static enum PP_SampleReasoning.VSTMode extends java.lang.Enum<PP_SampleReasoning.VSTMode>
| Enum Constant and Description |
|---|
CHAIN
The chain.
|
FIXED
The fixed.
|
NOT_DEFINED
The not defined.
|
VARIABLE
The variable.
|
| Modifier and Type | Method and Description |
|---|---|
static PP_SampleReasoning.VSTMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PP_SampleReasoning.VSTMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PP_SampleReasoning.VSTMode NOT_DEFINED
public static final PP_SampleReasoning.VSTMode FIXED
public static final PP_SampleReasoning.VSTMode CHAIN
public static final PP_SampleReasoning.VSTMode VARIABLE
public static PP_SampleReasoning.VSTMode[] values()
for (PP_SampleReasoning.VSTMode c : PP_SampleReasoning.VSTMode.values()) System.out.println(c);
public static PP_SampleReasoning.VSTMode 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