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