public enum EnumCM_LeftVentricleLinear extends java.lang.Enum<EnumCM_LeftVentricleLinear>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_LeftVentricleLinear |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_LeftVentricleLinear[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_LeftVentricleLinear LEFT_VENTRICLE_INTERNAL_END_DIASTOLIC_DIMENSION
public static final EnumCM_LeftVentricleLinear LEFT_VENTRICLE_INTERNAL_SYSTOLIC_DIMENSION
public static final EnumCM_LeftVentricleLinear LEFT_VENTRICULAR_FRACTIONAL_SHORTENING
public static final EnumCM_LeftVentricleLinear INTERVENTRICULAR_SEPTUM_DIASTOLIC_THICKNESS
public static final EnumCM_LeftVentricleLinear INTERVENTRICULAR_SEPTUM_TO_POSTERIOR_WALL_THICKNESS_RATIO
public static final EnumCM_LeftVentricleLinear INTERVENTRICULAR_SEPTUM_PERCENT_THICKENING
public static final EnumCM_LeftVentricleLinear INTERVENTRICULAR_SEPTUM_SYSTOLIC_THICKNESS
public static final EnumCM_LeftVentricleLinear LEFT_VENTRICLE_POSTERIOR_WALL_PERCENT_THICKENING
public static final EnumCM_LeftVentricleLinear LEFT_VENTRICLE_DIASTOLIC_MAJOR_AXIS
public static final EnumCM_LeftVentricleLinear LEFT_VENTRICLE_SYSTOLIC_MAJOR_AXIS
public static final EnumCM_LeftVentricleLinear LEFT_VENTRICLE_POSTERIOR_WALL_SYSTOLIC_THICKNESS
public static final EnumCM_LeftVentricleLinear LEFT_VENTRICLE_POSTERIOR_WALL_DIASTOLIC_THICKNESS
public static final EnumCM_LeftVentricleLinear LEFT_VENTRICLE_SEMI_MAJOR_AXIS_DIASTOLIC_DIMENSION
public static final EnumCM_LeftVentricleLinear LEFT_VENTRICLE_TRUNCATED_SEMI_MAJOR_AXIS_DIASTOLIC_DIMENSION
public static EnumCM_LeftVentricleLinear[] values()
for (EnumCM_LeftVentricleLinear c : EnumCM_LeftVentricleLinear.values()) System.out.println(c);
public static EnumCM_LeftVentricleLinear 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()