public static enum TDirectSynthesizerTestCase.Type extends java.lang.Enum<TDirectSynthesizerTestCase.Type>
| Enum Constant and Description |
|---|
BANK_PROGRAM |
CHANNEL_PRESSURE |
CONTROL_CHANGE |
NONE |
NOTEOFF |
NOTEON |
PITCHBEND |
POLY_PRESSURE |
PROGRAM |
| Modifier and Type | Method and Description |
|---|---|
int |
getCommand() |
static TDirectSynthesizerTestCase.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TDirectSynthesizerTestCase.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TDirectSynthesizerTestCase.Type NONE
public static final TDirectSynthesizerTestCase.Type CONTROL_CHANGE
public static final TDirectSynthesizerTestCase.Type NOTEON
public static final TDirectSynthesizerTestCase.Type NOTEOFF
public static final TDirectSynthesizerTestCase.Type PROGRAM
public static final TDirectSynthesizerTestCase.Type BANK_PROGRAM
public static final TDirectSynthesizerTestCase.Type PITCHBEND
public static final TDirectSynthesizerTestCase.Type POLY_PRESSURE
public static final TDirectSynthesizerTestCase.Type CHANNEL_PRESSURE
public static TDirectSynthesizerTestCase.Type[] values()
for (TDirectSynthesizerTestCase.Type c : TDirectSynthesizerTestCase.Type.values()) System.out.println(c);
public static TDirectSynthesizerTestCase.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 getCommand()