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