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