public enum EnumCM_PressureMeasurements extends java.lang.Enum<EnumCM_PressureMeasurements>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_PressureMeasurements |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_PressureMeasurements[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_PressureMeasurements A_WAVE_PEAK_PRESSURE
public static final EnumCM_PressureMeasurements C_WAVE_PRESSURE
public static final EnumCM_PressureMeasurements INTRAVASCULAR_DIASTOLIC_BLOOD_PRESSURE
public static final EnumCM_PressureMeasurements AVERAGE_DIASTOLIC_BLOOD_PRESSURE
public static final EnumCM_PressureMeasurements MINIMUM_DIASTOLIC_BLOOD_PRESSURE
public static final EnumCM_PressureMeasurements VENTRICULAR_END_DIASTOLIC_PRESSURE
public static final EnumCM_PressureMeasurements GRADIENT_PRESSURE_AVERAGE
public static final EnumCM_PressureMeasurements GRADIENT_PRESSURE_PEAK
public static final EnumCM_PressureMeasurements MEAN_BLOOD_PRESSURE
public static final EnumCM_PressureMeasurements PRESSURE_AT_DP_DT_MAX
public static final EnumCM_PressureMeasurements INTRAVASCULAR_SYSTOLIC_BLOOD_PRESSURE
public static final EnumCM_PressureMeasurements AVERAGE_SYSTOLIC_BLOOD_PRESSURE
public static final EnumCM_PressureMeasurements MAXIMUM_SYSTOLIC_BLOOD_PRESSURE
public static final EnumCM_PressureMeasurements V_WAVE_PEAK_PRESSURE
public static final EnumCM_PressureMeasurements X_DESCENT_PRESSURE
public static final EnumCM_PressureMeasurements Y_DESCENT_PRESSURE
public static final EnumCM_PressureMeasurements Z_POINT_PRESSURE
public static EnumCM_PressureMeasurements[] values()
for (EnumCM_PressureMeasurements c : EnumCM_PressureMeasurements.values()) System.out.println(c);
public static EnumCM_PressureMeasurements 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()