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