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