public enum OFFlowMonitorFlags extends Enum<OFFlowMonitorFlags>
Enum Constant and Description |
---|
ADD |
INITIAL |
INSTRUCTIONS |
MODIFY |
NO_ABBREV |
ONLY_OWN |
REMOVED |
Modifier and Type | Method and Description |
---|---|
static OFFlowMonitorFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFFlowMonitorFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFFlowMonitorFlags INITIAL
public static final OFFlowMonitorFlags ADD
public static final OFFlowMonitorFlags REMOVED
public static final OFFlowMonitorFlags MODIFY
public static final OFFlowMonitorFlags INSTRUCTIONS
public static final OFFlowMonitorFlags NO_ABBREV
public static final OFFlowMonitorFlags ONLY_OWN
public static OFFlowMonitorFlags[] values()
for (OFFlowMonitorFlags c : OFFlowMonitorFlags.values()) System.out.println(c);
public static OFFlowMonitorFlags 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 © 2017. All rights reserved.