public static enum OFError.OFHelloFailedCode extends Enum<OFError.OFHelloFailedCode>
| Enum Constant and Description |
|---|
OFPHFC_EPERM |
OFPHFC_INCOMPATIBLE |
| Modifier and Type | Method and Description |
|---|---|
static OFError.OFHelloFailedCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFError.OFHelloFailedCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFError.OFHelloFailedCode OFPHFC_INCOMPATIBLE
public static final OFError.OFHelloFailedCode OFPHFC_EPERM
public static OFError.OFHelloFailedCode[] values()
for (OFError.OFHelloFailedCode c : OFError.OFHelloFailedCode.values()) System.out.println(c);
public static OFError.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 © 2015. All rights reserved.