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