public enum OFType extends Enum<OFType>
Modifier and Type | Method and Description |
---|---|
static OFType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFType HELLO
public static final OFType ERROR
public static final OFType ECHO_REQUEST
public static final OFType ECHO_REPLY
public static final OFType EXPERIMENTER
public static final OFType FEATURES_REQUEST
public static final OFType FEATURES_REPLY
public static final OFType GET_CONFIG_REQUEST
public static final OFType GET_CONFIG_REPLY
public static final OFType SET_CONFIG
public static final OFType PACKET_IN
public static final OFType FLOW_REMOVED
public static final OFType PORT_STATUS
public static final OFType PACKET_OUT
public static final OFType FLOW_MOD
public static final OFType PORT_MOD
public static final OFType STATS_REQUEST
public static final OFType STATS_REPLY
public static final OFType BARRIER_REQUEST
public static final OFType BARRIER_REPLY
public static final OFType QUEUE_GET_CONFIG_REQUEST
public static final OFType QUEUE_GET_CONFIG_REPLY
public static final OFType GROUP_MOD
public static final OFType TABLE_MOD
public static final OFType ROLE_REQUEST
public static final OFType ROLE_REPLY
public static final OFType GET_ASYNC_REQUEST
public static final OFType GET_ASYNC_REPLY
public static final OFType SET_ASYNC
public static final OFType METER_MOD
public static final OFType ROLE_STATUS
public static final OFType TABLE_STATUS
public static final OFType REQUESTFORWARD
public static final OFType BUNDLE_CONTROL
public static final OFType BUNDLE_ADD_MESSAGE
public static OFType[] values()
for (OFType c : OFType.values()) System.out.println(c);
public static OFType 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.