public enum EnumCV_AnatomicPathologySpecimenTypes extends java.lang.Enum<EnumCV_AnatomicPathologySpecimenTypes>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_AnatomicPathologySpecimenTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_AnatomicPathologySpecimenTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_AnatomicPathologySpecimenTypes ENTIRE_BODY_T_D0010
public static final EnumCV_AnatomicPathologySpecimenTypes BODY_SUBSTANCE_SAMPLE_G_80A5
public static final EnumCV_AnatomicPathologySpecimenTypes BODY_FLUID_SAMPLE_G_80A6
public static final EnumCV_AnatomicPathologySpecimenTypes TISSUE_SPECIMEN_G_8300
public static final EnumCV_AnatomicPathologySpecimenTypes GROSS_SPECIMEN_G_843A
public static final EnumCV_AnatomicPathologySpecimenTypes TISSUE_SECTION_G_8439
public static final EnumCV_AnatomicPathologySpecimenTypes CORE_SAMPLE_OF_TISSUE_BLOCK_G_843B
public static final EnumCV_AnatomicPathologySpecimenTypes TISSUE_SPOT_G_843C
public static final EnumCV_AnatomicPathologySpecimenTypes SLIDE_G_81EA
public static final EnumCV_AnatomicPathologySpecimenTypes SMEAR_SAMPLE_G_803C
public static final EnumCV_AnatomicPathologySpecimenTypes TOUCH_PREPARATION_CYTOLOGIC_MATERIAL_T_1A404
public static final EnumCV_AnatomicPathologySpecimenTypes LIQUID_BASED_CYTOLOGIC_MATERIAL_T_1A403
public static final EnumCV_AnatomicPathologySpecimenTypes ASPIRATE_G_8003
public static final EnumCV_AnatomicPathologySpecimenTypes GENETIC_SAMPLE_G_81A0
public static EnumCV_AnatomicPathologySpecimenTypes[] values()
for (EnumCV_AnatomicPathologySpecimenTypes c : EnumCV_AnatomicPathologySpecimenTypes.values()) System.out.println(c);
public static EnumCV_AnatomicPathologySpecimenTypes 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()