public enum OFHelloFailedCode extends Enum<OFHelloFailedCode>
| Enum Constant and Description |
|---|
EPERM |
INCOMPATIBLE |
| Modifier and Type | Method and Description |
|---|---|
static OFHelloFailedCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFHelloFailedCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFHelloFailedCode INCOMPATIBLE
public static final OFHelloFailedCode EPERM
public static OFHelloFailedCode[] values()
for (OFHelloFailedCode c : OFHelloFailedCode.values()) System.out.println(c);
public static OFHelloFailedCode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All rights reserved.