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