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