public enum EnumCV_Stages extends java.lang.Enum<EnumCV_Stages>
| Enum Constant and Description |
|---|
STAGE_0_R_41177 |
STAGE_1_R_41DA8 |
STAGE_2_R_41DAC |
STAGE_3_R_41DB0 |
STAGE_4_R_41DB4 |
STAGE_5_R_4117B |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_Stages |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_Stages[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_Stages STAGE_0_R_41177
public static final EnumCV_Stages STAGE_1_R_41DA8
public static final EnumCV_Stages STAGE_2_R_41DAC
public static final EnumCV_Stages STAGE_3_R_41DB0
public static final EnumCV_Stages STAGE_4_R_41DB4
public static final EnumCV_Stages STAGE_5_R_4117B
public static EnumCV_Stages[] values()
for (EnumCV_Stages c : EnumCV_Stages.values()) System.out.println(c);
public static EnumCV_Stages 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 getValue()