public enum OFFlowRemovedReason extends Enum<OFFlowRemovedReason>
Enum Constant and Description |
---|
DELETE |
EVICTION |
GROUP_DELETE |
HARD_TIMEOUT |
IDLE_TIMEOUT |
METER_DELETE |
Modifier and Type | Method and Description |
---|---|
static OFFlowRemovedReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFFlowRemovedReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFFlowRemovedReason IDLE_TIMEOUT
public static final OFFlowRemovedReason HARD_TIMEOUT
public static final OFFlowRemovedReason DELETE
public static final OFFlowRemovedReason GROUP_DELETE
public static final OFFlowRemovedReason METER_DELETE
public static final OFFlowRemovedReason EVICTION
public static OFFlowRemovedReason[] values()
for (OFFlowRemovedReason c : OFFlowRemovedReason.values()) System.out.println(c);
public static OFFlowRemovedReason 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.