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