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