public enum OFMeterFeatureFlags extends Enum<OFMeterFeatureFlags>
| Enum Constant and Description |
|---|
ACTION_SET |
ANY_POSITION |
MULTI_LIST |
| Modifier and Type | Method and Description |
|---|---|
static OFMeterFeatureFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFMeterFeatureFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OFMeterFeatureFlags ACTION_SET
public static final OFMeterFeatureFlags ANY_POSITION
public static final OFMeterFeatureFlags MULTI_LIST
public static OFMeterFeatureFlags[] values()
for (OFMeterFeatureFlags c : OFMeterFeatureFlags.values()) System.out.println(c);
public static OFMeterFeatureFlags 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 © 2019. All rights reserved.