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