public enum OFTableFeaturesFailedCode extends Enum<OFTableFeaturesFailedCode>
Enum Constant and Description |
---|
BAD_ARGUMENT |
BAD_LEN |
BAD_METADATA |
BAD_TABLE |
BAD_TYPE |
EPERM |
Modifier and Type | Method and Description |
---|---|
static OFTableFeaturesFailedCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFTableFeaturesFailedCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFTableFeaturesFailedCode BAD_TABLE
public static final OFTableFeaturesFailedCode BAD_METADATA
public static final OFTableFeaturesFailedCode BAD_TYPE
public static final OFTableFeaturesFailedCode BAD_LEN
public static final OFTableFeaturesFailedCode BAD_ARGUMENT
public static final OFTableFeaturesFailedCode EPERM
public static OFTableFeaturesFailedCode[] values()
for (OFTableFeaturesFailedCode c : OFTableFeaturesFailedCode.values()) System.out.println(c);
public static OFTableFeaturesFailedCode 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.