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