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