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