public enum EnumCM_StressProtocols extends java.lang.Enum<EnumCM_StressProtocols>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_StressProtocols |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_StressProtocols[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_StressProtocols BALKE_PROTOCOL
public static final EnumCM_StressProtocols BRUCE_PROTOCOL
public static final EnumCM_StressProtocols ELLESTAD_PROTOCOL
public static final EnumCM_StressProtocols MODIFIED_BRUCE_PROTOCOL
public static final EnumCM_StressProtocols MODIFIED_NAUGHTON_PROTOCOL
public static final EnumCM_StressProtocols NAUGHTON_PROTOCOL
public static final EnumCM_StressProtocols PEPPER_PROTOCOL
public static final EnumCM_StressProtocols RAMP_PROTOCOL
public static final EnumCM_StressProtocols EXERCISE_STRESS_ECG_TEST
public static final EnumCM_StressProtocols STRESSTESTUSINGBICYCLEERGOMETER
public static final EnumCM_StressProtocols PHARMACOLOGIC_STRESS_PROTOCOL
public static final EnumCM_StressProtocols DIPYRIDAMOLE_STRESS_PROTOCOL
public static final EnumCM_StressProtocols ADENOSINE_STRESS_PROTOCOL
public static final EnumCM_StressProtocols DOBUTAMINE_STRESS_PROTOCOL
public static final EnumCM_StressProtocols PHARMACOLOGIC_AND_EXERCISE_STRESS_TEST
public static final EnumCM_StressProtocols STRESS_TEST_USING_CARDIAC_PACING
public static EnumCM_StressProtocols[] values()
for (EnumCM_StressProtocols c : EnumCM_StressProtocols.values()) System.out.println(c);
public static EnumCM_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()