public static enum GateEffect.TriggerMode extends Enum<GateEffect.TriggerMode>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static GateEffect.TriggerMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GateEffect.TriggerMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GateEffect.TriggerMode GATE
public static final GateEffect.TriggerMode TRIGGER
public final String label
public static GateEffect.TriggerMode[] values()
for (GateEffect.TriggerMode c : GateEffect.TriggerMode.values()) System.out.println(c);
public static GateEffect.TriggerMode 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<GateEffect.TriggerMode>LX library by Mark C. Slee. © 2012-2020