public enum EnumCV_IndicationsForCatheterization extends java.lang.Enum<EnumCV_IndicationsForCatheterization>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_IndicationsForCatheterization |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_IndicationsForCatheterization[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_IndicationsForCatheterization CARDIOGENIC_SHOCK_D3_00200
public static final EnumCV_IndicationsForCatheterization VALVULAR_HEART_DISEASE_D3_10800
public static final EnumCV_IndicationsForCatheterization ARRHYTHMIA_D3_30000
public static final EnumCV_IndicationsForCatheterization ISCHEMIC_HEART_DISEASE_D3_10030
public static final EnumCV_IndicationsForCatheterization CARDIAC_FUNCTION_TEST_ABNORMAL_F_000FF
public static final EnumCV_IndicationsForCatheterization HEART_TRANSPLANT_P1_31D00
public static final EnumCV_IndicationsForCatheterization HEART_DISEASE__CONGENITAL_D4_31000
public static final EnumCV_IndicationsForCatheterization CARDIOMYOPATHY_D3_20000
public static final EnumCV_IndicationsForCatheterization HEART_DISEASE_D3_10000
public static EnumCV_IndicationsForCatheterization[] values()
for (EnumCV_IndicationsForCatheterization c : EnumCV_IndicationsForCatheterization.values()) System.out.println(c);
public static EnumCV_IndicationsForCatheterization 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()