public static enum QuNeo.Type extends java.lang.Enum<QuNeo.Type>
Enum Constant and Description |
---|
CONTROL_CHANGE |
NOTE_OFF |
NOTE_ON |
Modifier and Type | Method and Description |
---|---|
int |
getInt() |
java.lang.String |
getString() |
static QuNeo.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QuNeo.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuNeo.Type NOTE_ON
public static final QuNeo.Type NOTE_OFF
public static final QuNeo.Type CONTROL_CHANGE
public static QuNeo.Type[] values()
for (QuNeo.Type c : QuNeo.Type.values()) System.out.println(c);
public static QuNeo.Type 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 nullpublic int getInt()
public java.lang.String getString()