public enum OFFlowMonitorFailedCode extends Enum<OFFlowMonitorFailedCode>
| Enum Constant and Description |
|---|
BAD_COMMAND |
BAD_FLAGS |
BAD_OUT |
BAD_TABLE_ID |
INVALID_MONITOR |
MONITOR_EXISTS |
UNKNOWN |
UNKNOWN_MONITOR |
| Modifier and Type | Method and Description |
|---|---|
static OFFlowMonitorFailedCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFFlowMonitorFailedCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFFlowMonitorFailedCode UNKNOWN
public static final OFFlowMonitorFailedCode MONITOR_EXISTS
public static final OFFlowMonitorFailedCode INVALID_MONITOR
public static final OFFlowMonitorFailedCode UNKNOWN_MONITOR
public static final OFFlowMonitorFailedCode BAD_COMMAND
public static final OFFlowMonitorFailedCode BAD_FLAGS
public static final OFFlowMonitorFailedCode BAD_TABLE_ID
public static final OFFlowMonitorFailedCode BAD_OUT
public static OFFlowMonitorFailedCode[] values()
for (OFFlowMonitorFailedCode c : OFFlowMonitorFailedCode.values()) System.out.println(c);
public static OFFlowMonitorFailedCode 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 © 2018. All rights reserved.