public enum EnumCM_AnatomicPathologySpecimenTypes extends java.lang.Enum<EnumCM_AnatomicPathologySpecimenTypes>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_AnatomicPathologySpecimenTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_AnatomicPathologySpecimenTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_AnatomicPathologySpecimenTypes ENTIRE_BODY
public static final EnumCM_AnatomicPathologySpecimenTypes BODY_SUBSTANCE_SAMPLE
public static final EnumCM_AnatomicPathologySpecimenTypes BODY_FLUID_SAMPLE
public static final EnumCM_AnatomicPathologySpecimenTypes TISSUE_SPECIMEN
public static final EnumCM_AnatomicPathologySpecimenTypes GROSS_SPECIMEN
public static final EnumCM_AnatomicPathologySpecimenTypes TISSUE_SECTION
public static final EnumCM_AnatomicPathologySpecimenTypes CORE_SAMPLE_OF_TISSUE_BLOCK
public static final EnumCM_AnatomicPathologySpecimenTypes TISSUE_SPOT
public static final EnumCM_AnatomicPathologySpecimenTypes SLIDE
public static final EnumCM_AnatomicPathologySpecimenTypes SMEAR_SAMPLE
public static final EnumCM_AnatomicPathologySpecimenTypes TOUCH_PREPARATION_CYTOLOGIC_MATERIAL
public static final EnumCM_AnatomicPathologySpecimenTypes LIQUID_BASED_CYTOLOGIC_MATERIAL
public static final EnumCM_AnatomicPathologySpecimenTypes ASPIRATE
public static final EnumCM_AnatomicPathologySpecimenTypes GENETIC_SAMPLE
public static EnumCM_AnatomicPathologySpecimenTypes[] values()
for (EnumCM_AnatomicPathologySpecimenTypes c : EnumCM_AnatomicPathologySpecimenTypes.values()) System.out.println(c);
public static EnumCM_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()