public enum OFAsyncConfigPropType extends Enum<OFAsyncConfigPropType>
Modifier and Type | Method and Description |
---|---|
static OFAsyncConfigPropType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFAsyncConfigPropType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFAsyncConfigPropType PACKET_IN_SLAVE
public static final OFAsyncConfigPropType PACKET_IN_MASTER
public static final OFAsyncConfigPropType PORT_STATUS_SLAVE
public static final OFAsyncConfigPropType PORT_STATUS_MASTER
public static final OFAsyncConfigPropType FLOW_REMOVED_SLAVE
public static final OFAsyncConfigPropType FLOW_REMOVED_MASTER
public static final OFAsyncConfigPropType ROLE_STATUS_SLAVE
public static final OFAsyncConfigPropType ROLE_STATUS_MASTER
public static final OFAsyncConfigPropType TABLE_STATUS_SLAVE
public static final OFAsyncConfigPropType TABLE_STATUS_MASTER
public static final OFAsyncConfigPropType REQUESTFORWARD_SLAVE
public static final OFAsyncConfigPropType REQUESTFORWARD_MASTER
public static final OFAsyncConfigPropType FLOW_STATS_SLAVE
public static final OFAsyncConfigPropType FLOW_STATS_MASTER
public static final OFAsyncConfigPropType CONT_STATUS_SLAVE
public static final OFAsyncConfigPropType CONT_STATUS_MASTER
public static final OFAsyncConfigPropType EXPERIMENTER_SLAVE
public static final OFAsyncConfigPropType EXPERIMENTER_MASTER
public static OFAsyncConfigPropType[] values()
for (OFAsyncConfigPropType c : OFAsyncConfigPropType.values()) System.out.println(c);
public static OFAsyncConfigPropType 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 © 2016. All rights reserved.