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