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