static enum PP_MInstrumentReasoning.ReasoningState extends java.lang.Enum<PP_MInstrumentReasoning.ReasoningState>
| Enum Constant and Description |
|---|
ERROR
The error.
|
LISTENING
The listening.
|
NOT_DEFINED
The not defined.
|
PLAYING
The playing.
|
PROCESSING
The processing.
|
RECORDING
The recording.
|
| Modifier and Type | Method and Description |
|---|---|
static PP_MInstrumentReasoning.ReasoningState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PP_MInstrumentReasoning.ReasoningState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PP_MInstrumentReasoning.ReasoningState NOT_DEFINED
public static final PP_MInstrumentReasoning.ReasoningState LISTENING
public static final PP_MInstrumentReasoning.ReasoningState RECORDING
public static final PP_MInstrumentReasoning.ReasoningState PROCESSING
public static final PP_MInstrumentReasoning.ReasoningState PLAYING
public static final PP_MInstrumentReasoning.ReasoningState ERROR
public static PP_MInstrumentReasoning.ReasoningState[] values()
for (PP_MInstrumentReasoning.ReasoningState c : PP_MInstrumentReasoning.ReasoningState.values()) System.out.println(c);
public static PP_MInstrumentReasoning.ReasoningState 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