public enum EnumCV_StressProtocols extends java.lang.Enum<EnumCV_StressProtocols>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_StressProtocols |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_StressProtocols[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_StressProtocols BALKE_PROTOCOL_P2_7131C
public static final EnumCV_StressProtocols BRUCE_PROTOCOL_P2_7131A
public static final EnumCV_StressProtocols ELLESTAD_PROTOCOL_P2_7131D
public static final EnumCV_StressProtocols MODIFIED_BRUCE_PROTOCOL_P2_7131B
public static final EnumCV_StressProtocols MODIFIED_NAUGHTON_PROTOCOL_P2_713A1
public static final EnumCV_StressProtocols NAUGHTON_PROTOCOL_P2_713A0
public static final EnumCV_StressProtocols PEPPER_PROTOCOL_P2_7131F
public static final EnumCV_StressProtocols RAMP_PROTOCOL_P2_7131E
public static final EnumCV_StressProtocols EXERCISE_STRESS_ECG_TEST_P2_31010
public static final EnumCV_StressProtocols STRESSTESTUSINGBICYCLEERGOMETER_P2_31102
public static final EnumCV_StressProtocols PHARMACOLOGIC_STRESS_PROTOCOL_P2_31107
public static final EnumCV_StressProtocols DIPYRIDAMOLE_STRESS_PROTOCOL_P2_3110A
public static final EnumCV_StressProtocols ADENOSINE_STRESS_PROTOCOL_P2_31109
public static final EnumCV_StressProtocols DOBUTAMINE_STRESS_PROTOCOL_P2_31108
public static final EnumCV_StressProtocols PHARMACOLOGIC_AND_EXERCISE_STRESS_TEST_P2_31011
public static final EnumCV_StressProtocols STRESS_TEST_USING_CARDIAC_PACING_P2_3110B
public static EnumCV_StressProtocols[] values()
for (EnumCV_StressProtocols c : EnumCV_StressProtocols.values()) System.out.println(c);
public static EnumCV_StressProtocols 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()