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