public enum EnumCV_CardiacProceduralStateValues extends java.lang.Enum<EnumCV_CardiacProceduralStateValues>
| Enum Constant and Description |
|---|
CARDIAC_STRESS_STATE_F_05019 |
DELAYED_REDISTRIBUTION_STATE_109094 |
REDISTRIBUTION_STATE_109093 |
REINJECTION_STATE_109092 |
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_CardiacProceduralStateValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_CardiacProceduralStateValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_CardiacProceduralStateValues RESTING_STATE_F_01604
public static final EnumCV_CardiacProceduralStateValues CARDIAC_STRESS_STATE_F_05019
public static final EnumCV_CardiacProceduralStateValues REINJECTION_STATE_109092
public static final EnumCV_CardiacProceduralStateValues REDISTRIBUTION_STATE_109093
public static final EnumCV_CardiacProceduralStateValues DELAYED_REDISTRIBUTION_STATE_109094
public static EnumCV_CardiacProceduralStateValues[] values()
for (EnumCV_CardiacProceduralStateValues c : EnumCV_CardiacProceduralStateValues.values()) System.out.println(c);
public static EnumCV_CardiacProceduralStateValues 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()