public enum ConditionScripts extends Enum<ConditionScripts>
Enum Constant and Description |
---|
ALL_EVENTS |
CHANNELS_ONE_TO_FOUR |
ONLY_SUPPORTED_NOTES |
Modifier and Type | Method and Description |
---|---|
String |
displayName() |
String |
toString() |
static ConditionScripts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionScripts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConditionScripts ALL_EVENTS
public static final ConditionScripts CHANNELS_ONE_TO_FOUR
public static final ConditionScripts ONLY_SUPPORTED_NOTES
public static ConditionScripts[] values()
for (ConditionScripts c : ConditionScripts.values()) System.out.println(c);
public static ConditionScripts 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 nullpublic String toString()
toString
in class Enum<ConditionScripts>
public String displayName()