public enum OFBadPropertyCode extends Enum<OFBadPropertyCode>
| Enum Constant and Description |
|---|
BAD_EXP_TYPE |
BAD_EXP_VALUE |
BAD_EXPERIMENTER |
BAD_LEN |
BAD_TYPE |
BAD_VALUE |
DUP_TYPE |
EPERM |
TOO_MANY |
| Modifier and Type | Method and Description |
|---|---|
static OFBadPropertyCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFBadPropertyCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFBadPropertyCode BAD_TYPE
public static final OFBadPropertyCode BAD_LEN
public static final OFBadPropertyCode BAD_VALUE
public static final OFBadPropertyCode TOO_MANY
public static final OFBadPropertyCode DUP_TYPE
public static final OFBadPropertyCode BAD_EXPERIMENTER
public static final OFBadPropertyCode BAD_EXP_TYPE
public static final OFBadPropertyCode BAD_EXP_VALUE
public static final OFBadPropertyCode EPERM
public static OFBadPropertyCode[] values()
for (OFBadPropertyCode c : OFBadPropertyCode.values()) System.out.println(c);
public static OFBadPropertyCode 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 © 2017. All rights reserved.