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