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