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