static enum EG_Reasoning.InputMode extends java.lang.Enum<EG_Reasoning.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 EG_Reasoning.InputMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EG_Reasoning.InputMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EG_Reasoning.InputMode NOT_DEFINED
public static final EG_Reasoning.InputMode FILE_ONLY
public static final EG_Reasoning.InputMode MIC_ONLY
public static final EG_Reasoning.InputMode FILE_ON_PLAY
public static final EG_Reasoning.InputMode SUM_ON_PLAY
public static final EG_Reasoning.InputMode RANDOM_FILES
public static final EG_Reasoning.InputMode VARIABLE
public static EG_Reasoning.InputMode[] values()
for (EG_Reasoning.InputMode c : EG_Reasoning.InputMode.values()) System.out.println(c);
public static EG_Reasoning.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