static enum PP_MInstrumentReasoning.InputMode extends java.lang.Enum<PP_MInstrumentReasoning.InputMode>
| Enum Constant and Description |
|---|
FILE_ON_PLAY
The file on play.
|
FILE_ONLY
The file only.
|
MIC_ONLY
The mic only.
|
NOT_DEFINED
The not defined.
|
RANDOM_FILES
The random files.
|
SUM_ON_PLAY
The sum on play.
|
VARIABLE
The variable.
|
| Modifier and Type | Method and Description |
|---|---|
static PP_MInstrumentReasoning.InputMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PP_MInstrumentReasoning.InputMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PP_MInstrumentReasoning.InputMode NOT_DEFINED
public static final PP_MInstrumentReasoning.InputMode FILE_ONLY
public static final PP_MInstrumentReasoning.InputMode MIC_ONLY
public static final PP_MInstrumentReasoning.InputMode FILE_ON_PLAY
public static final PP_MInstrumentReasoning.InputMode SUM_ON_PLAY
public static final PP_MInstrumentReasoning.InputMode RANDOM_FILES
public static final PP_MInstrumentReasoning.InputMode VARIABLE
public static PP_MInstrumentReasoning.InputMode[] values()
for (PP_MInstrumentReasoning.InputMode c : PP_MInstrumentReasoning.InputMode.values()) System.out.println(c);
public static PP_MInstrumentReasoning.InputMode 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 null