public enum EnumCV_AdverseOutcomesCath extends java.lang.Enum<EnumCV_AdverseOutcomesCath>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_AdverseOutcomesCath |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_AdverseOutcomesCath[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_AdverseOutcomesCath COMPLICATIONS_121113
public static final EnumCV_AdverseOutcomesCath COMPLICATION_OF_PROCEDURE_DD_60002
public static final EnumCV_AdverseOutcomesCath PERIPROCEDURAL_MI_OCCURRED_122179
public static final EnumCV_AdverseOutcomesCath CKMB_PEAK_R_0038B
public static final EnumCV_AdverseOutcomesCath NORMAL_RANGE_UPPER_LIMIT_R_0038B
public static final EnumCV_AdverseOutcomesCath CKMB_BASELINE_122180
public static final EnumCV_AdverseOutcomesCath BEST_ILLUSTRATION_OF_FINDING_121080
public static final EnumCV_AdverseOutcomesCath RELATIVE_TIME_G_D709
public static EnumCV_AdverseOutcomesCath[] values()
for (EnumCV_AdverseOutcomesCath c : EnumCV_AdverseOutcomesCath.values()) System.out.println(c);
public static EnumCV_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()