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