public enum EnumCM_LeftVentricleOther extends java.lang.Enum<EnumCM_LeftVentricleOther>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_LeftVentricleOther |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_LeftVentricleOther[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_LeftVentricleOther LEFT_VENTRICLE_MASS
public static final EnumCM_LeftVentricleOther LEFT_VENTRICULAR_ISOVOLUMIC_RELAXATION_TIME
public static final EnumCM_LeftVentricleOther LEFT_VENTRICULAR_ISOVOLUMIC_CONTRACTION_TIME
public static final EnumCM_LeftVentricleOther LEFT_VENTRICULAR_PEAK_EARLY_DIASTOLIC_TISSUE_VELOCITY
public static final EnumCM_LeftVentricleOther RATIO_OF_MV_PEAK_VELOCITY_TO_LV_PEAK_TISSUE_VELOCITY_E_WAVE
public static final EnumCM_LeftVentricleOther LV_PEAK_DIASTOLIC_TISSUE_VELOCITY_DURING_ATRIAL_SYSTOLE
public static final EnumCM_LeftVentricleOther LEFT_VENTRICULAR_PEAK_SYSTOLIC_TISSUE_VELOCITY
public static final EnumCM_LeftVentricleOther LEFT_VENTRICULAR_INDEX_OF_MYOCARDIAL_PERFORMANCE
public static EnumCM_LeftVentricleOther[] values()
for (EnumCM_LeftVentricleOther c : EnumCM_LeftVentricleOther.values()) System.out.println(c);
public static EnumCM_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()