public enum OFFlowModFailedCode extends Enum<OFFlowModFailedCode>
Enum Constant and Description |
---|
ALL_TABLES_FULL |
BAD_COMMAND |
BAD_EMERG_TIMEOUT |
BAD_FLAGS |
BAD_PRIORITY |
BAD_TABLE_ID |
BAD_TIMEOUT |
CANT_SYNC |
EPERM |
OVERLAP |
TABLE_FULL |
UNKNOWN |
UNSUPPORTED |
Modifier and Type | Method and Description |
---|---|
static OFFlowModFailedCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFFlowModFailedCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFFlowModFailedCode ALL_TABLES_FULL
public static final OFFlowModFailedCode OVERLAP
public static final OFFlowModFailedCode EPERM
public static final OFFlowModFailedCode BAD_EMERG_TIMEOUT
public static final OFFlowModFailedCode BAD_COMMAND
public static final OFFlowModFailedCode UNSUPPORTED
public static final OFFlowModFailedCode UNKNOWN
public static final OFFlowModFailedCode TABLE_FULL
public static final OFFlowModFailedCode BAD_TABLE_ID
public static final OFFlowModFailedCode BAD_TIMEOUT
public static final OFFlowModFailedCode BAD_FLAGS
public static final OFFlowModFailedCode CANT_SYNC
public static final OFFlowModFailedCode BAD_PRIORITY
public static OFFlowModFailedCode[] values()
for (OFFlowModFailedCode c : OFFlowModFailedCode.values()) System.out.println(c);
public static OFFlowModFailedCode 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.