public static enum OFFeaturesReply.OFCapabilities extends Enum<OFFeaturesReply.OFCapabilities>
| Enum Constant and Description |
|---|
OFPC_ARP_MATCH_IP |
OFPC_FLOW_STATS |
OFPC_IP_REASM |
OFPC_PORT_STATS |
OFPC_QUEUE_STATS |
OFPC_RESERVED |
OFPC_STP |
OFPC_TABLE_STATS |
| Modifier and Type | Field and Description |
|---|---|
protected int |
value |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static OFFeaturesReply.OFCapabilities |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFFeaturesReply.OFCapabilities[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFFeaturesReply.OFCapabilities OFPC_FLOW_STATS
public static final OFFeaturesReply.OFCapabilities OFPC_TABLE_STATS
public static final OFFeaturesReply.OFCapabilities OFPC_PORT_STATS
public static final OFFeaturesReply.OFCapabilities OFPC_STP
public static final OFFeaturesReply.OFCapabilities OFPC_RESERVED
public static final OFFeaturesReply.OFCapabilities OFPC_IP_REASM
public static final OFFeaturesReply.OFCapabilities OFPC_QUEUE_STATS
public static final OFFeaturesReply.OFCapabilities OFPC_ARP_MATCH_IP
public static OFFeaturesReply.OFCapabilities[] values()
for (OFFeaturesReply.OFCapabilities c : OFFeaturesReply.OFCapabilities.values()) System.out.println(c);
public static OFFeaturesReply.OFCapabilities 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 nullpublic int getValue()
Copyright © 2015. All rights reserved.