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