public enum OFTableFeaturePropType extends Enum<OFTableFeaturePropType>
Enum Constant and Description |
---|
APPLY_ACTIONS |
APPLY_ACTIONS_MISS |
APPLY_SETFIELD |
APPLY_SETFIELD_MISS |
EXPERIMENTER |
EXPERIMENTER_MISS |
INSTRUCTIONS |
INSTRUCTIONS_MISS |
MATCH |
NEXT_TABLES |
NEXT_TABLES_MISS |
TABLE_SYNC_FROM |
WILDCARDS |
WRITE_ACTIONS |
WRITE_ACTIONS_MISS |
WRITE_SETFIELD |
WRITE_SETFIELD_MISS |
Modifier and Type | Method and Description |
---|---|
static OFTableFeaturePropType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFTableFeaturePropType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFTableFeaturePropType INSTRUCTIONS
public static final OFTableFeaturePropType INSTRUCTIONS_MISS
public static final OFTableFeaturePropType NEXT_TABLES
public static final OFTableFeaturePropType NEXT_TABLES_MISS
public static final OFTableFeaturePropType WRITE_ACTIONS
public static final OFTableFeaturePropType WRITE_ACTIONS_MISS
public static final OFTableFeaturePropType APPLY_ACTIONS
public static final OFTableFeaturePropType APPLY_ACTIONS_MISS
public static final OFTableFeaturePropType MATCH
public static final OFTableFeaturePropType WILDCARDS
public static final OFTableFeaturePropType WRITE_SETFIELD
public static final OFTableFeaturePropType WRITE_SETFIELD_MISS
public static final OFTableFeaturePropType APPLY_SETFIELD
public static final OFTableFeaturePropType APPLY_SETFIELD_MISS
public static final OFTableFeaturePropType EXPERIMENTER
public static final OFTableFeaturePropType EXPERIMENTER_MISS
public static final OFTableFeaturePropType TABLE_SYNC_FROM
public static OFTableFeaturePropType[] values()
for (OFTableFeaturePropType c : OFTableFeaturePropType.values()) System.out.println(c);
public static OFTableFeaturePropType 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.