public enum MeterFeaturesFlag extends java.lang.Enum<MeterFeaturesFlag>
Enum Constant and Description |
---|
ACTION_SET
Support meter action in action set.
|
ANY_POSITION
Support any position in action list.
|
MULTI_LIST
Support multiple actions in action list.
|
Modifier and Type | Method and Description |
---|---|
static MeterFeaturesFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MeterFeaturesFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MeterFeaturesFlag ACTION_SET
public static final MeterFeaturesFlag ANY_POSITION
public static final MeterFeaturesFlag MULTI_LIST
public static MeterFeaturesFlag[] values()
for (MeterFeaturesFlag c : MeterFeaturesFlag.values()) System.out.println(c);
public static MeterFeaturesFlag valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null