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