public enum StepTypesVOL extends java.lang.Enum<StepTypesVOL>
| Enum Constant and Description |
|---|
DLM |
MM |
PLM |
PSM |
PSMP |
PSMPTSMP |
PSMTSM |
TM |
TSM |
TSMP |
TSMPPSMP |
TSMPSM |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static StepTypesVOL |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StepTypesVOL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StepTypesVOL TM
public static final StepTypesVOL TSM
public static final StepTypesVOL TSMP
public static final StepTypesVOL PSM
public static final StepTypesVOL PSMP
public static final StepTypesVOL MM
public static final StepTypesVOL PLM
public static final StepTypesVOL DLM
public static final StepTypesVOL TSMPSM
public static final StepTypesVOL PSMTSM
public static final StepTypesVOL TSMPPSMP
public static final StepTypesVOL PSMPTSMP
public static StepTypesVOL[] values()
for (StepTypesVOL c : StepTypesVOL.values()) System.out.println(c);
public static StepTypesVOL 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<StepTypesVOL>