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