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