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