public enum EnumCM_TumorStagesFromAJCC extends java.lang.Enum<EnumCM_TumorStagesFromAJCC>
| Enum Constant and Description |
|---|
STAGE_0 |
STAGE_I |
STAGE_IIA |
STAGE_IIB |
STAGE_IIIA |
STAGE_IIIB |
STAGE_IIIC |
STAGE_IV |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_TumorStagesFromAJCC |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_TumorStagesFromAJCC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_TumorStagesFromAJCC STAGE_0
public static final EnumCM_TumorStagesFromAJCC STAGE_I
public static final EnumCM_TumorStagesFromAJCC STAGE_IIA
public static final EnumCM_TumorStagesFromAJCC STAGE_IIB
public static final EnumCM_TumorStagesFromAJCC STAGE_IIIA
public static final EnumCM_TumorStagesFromAJCC STAGE_IIIB
public static final EnumCM_TumorStagesFromAJCC STAGE_IIIC
public static final EnumCM_TumorStagesFromAJCC STAGE_IV
public static EnumCM_TumorStagesFromAJCC[] values()
for (EnumCM_TumorStagesFromAJCC c : EnumCM_TumorStagesFromAJCC.values()) System.out.println(c);
public static EnumCM_TumorStagesFromAJCC 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()