public enum OFBadInstructionCode extends Enum<OFBadInstructionCode>
Enum Constant and Description |
---|
BAD_EXPERIMENTER |
BAD_EXPERIMENTER_TYPE |
BAD_LEN |
BAD_TABLE_ID |
DUP_INST |
EPERM |
UNKNOWN_INST |
UNSUP_EXP_INST |
UNSUP_INST |
UNSUP_METADATA |
UNSUP_METADATA_MASK |
Modifier and Type | Method and Description |
---|---|
static OFBadInstructionCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFBadInstructionCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFBadInstructionCode UNKNOWN_INST
public static final OFBadInstructionCode UNSUP_INST
public static final OFBadInstructionCode BAD_TABLE_ID
public static final OFBadInstructionCode UNSUP_METADATA
public static final OFBadInstructionCode UNSUP_METADATA_MASK
public static final OFBadInstructionCode UNSUP_EXP_INST
public static final OFBadInstructionCode BAD_EXPERIMENTER
public static final OFBadInstructionCode BAD_EXPERIMENTER_TYPE
public static final OFBadInstructionCode BAD_LEN
public static final OFBadInstructionCode EPERM
public static final OFBadInstructionCode DUP_INST
public static OFBadInstructionCode[] values()
for (OFBadInstructionCode c : OFBadInstructionCode.values()) System.out.println(c);
public static OFBadInstructionCode 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.