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