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