static enum JACKInputToMemoryReasoning.ReasoningState extends java.lang.Enum<JACKInputToMemoryReasoning.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 JACKInputToMemoryReasoning.ReasoningState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JACKInputToMemoryReasoning.ReasoningState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JACKInputToMemoryReasoning.ReasoningState NOT_DEFINED
public static final JACKInputToMemoryReasoning.ReasoningState BYPASS
public static final JACKInputToMemoryReasoning.ReasoningState STOPPED
public static final JACKInputToMemoryReasoning.ReasoningState ERROR
public static JACKInputToMemoryReasoning.ReasoningState[] values()
for (JACKInputToMemoryReasoning.ReasoningState c : JACKInputToMemoryReasoning.ReasoningState.values()) System.out.println(c);
public static JACKInputToMemoryReasoning.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