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