public enum EnumCV_TumorStagesFromAJCC extends java.lang.Enum<EnumCV_TumorStagesFromAJCC>
| Enum Constant and Description |
|---|
STAGE_0_111494 |
STAGE_I_111495 |
STAGE_IIA_111496 |
STAGE_IIB_111497 |
STAGE_IIIA_111498 |
STAGE_IIIB_111499 |
STAGE_IIIC_111500 |
STAGE_IV_111501 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_TumorStagesFromAJCC |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_TumorStagesFromAJCC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_TumorStagesFromAJCC STAGE_0_111494
public static final EnumCV_TumorStagesFromAJCC STAGE_I_111495
public static final EnumCV_TumorStagesFromAJCC STAGE_IIA_111496
public static final EnumCV_TumorStagesFromAJCC STAGE_IIB_111497
public static final EnumCV_TumorStagesFromAJCC STAGE_IIIA_111498
public static final EnumCV_TumorStagesFromAJCC STAGE_IIIB_111499
public static final EnumCV_TumorStagesFromAJCC STAGE_IIIC_111500
public static final EnumCV_TumorStagesFromAJCC STAGE_IV_111501
public static EnumCV_TumorStagesFromAJCC[] values()
for (EnumCV_TumorStagesFromAJCC c : EnumCV_TumorStagesFromAJCC.values()) System.out.println(c);
public static EnumCV_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()