public enum OFStatsType extends Enum<OFStatsType>
Enum Constant and Description |
---|
AGGREGATE |
DESC |
EXPERIMENTER |
FLOW |
FLOW_MONITOR |
GROUP |
GROUP_DESC |
GROUP_FEATURES |
METER |
METER_CONFIG |
METER_FEATURES |
PORT |
PORT_DESC |
QUEUE |
QUEUE_DESC |
TABLE |
TABLE_DESC |
TABLE_FEATURES |
Modifier and Type | Method and Description |
---|---|
static OFStatsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFStatsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFStatsType DESC
public static final OFStatsType FLOW
public static final OFStatsType AGGREGATE
public static final OFStatsType TABLE
public static final OFStatsType PORT
public static final OFStatsType QUEUE
public static final OFStatsType EXPERIMENTER
public static final OFStatsType GROUP
public static final OFStatsType GROUP_DESC
public static final OFStatsType GROUP_FEATURES
public static final OFStatsType METER
public static final OFStatsType METER_CONFIG
public static final OFStatsType METER_FEATURES
public static final OFStatsType TABLE_FEATURES
public static final OFStatsType PORT_DESC
public static final OFStatsType TABLE_DESC
public static final OFStatsType QUEUE_DESC
public static final OFStatsType FLOW_MONITOR
public static OFStatsType[] values()
for (OFStatsType c : OFStatsType.values()) System.out.println(c);
public static OFStatsType 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.