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