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