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