public enum EnumCM_BreastTissueSpecimenTypes extends java.lang.Enum<EnumCM_BreastTissueSpecimenTypes>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_BreastTissueSpecimenTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_BreastTissueSpecimenTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_BreastTissueSpecimenTypes BREAST_DUCT_SAMPLE
public static final EnumCM_BreastTissueSpecimenTypes FROZEN_SECTION_BREAST_SAMPLE
public static final EnumCM_BreastTissueSpecimenTypes LUMPECTOMY_BREAST_SAMPLE
public static final EnumCM_BreastTissueSpecimenTypes SPECIMEN_FROM_BREAST_OBTAINED_BY_EXCISION
public static final EnumCM_BreastTissueSpecimenTypes SPECIMEN_FROM_BREAST_OBTAINED_BY_TOTAL_MASTECTOMY
public static final EnumCM_BreastTissueSpecimenTypes SEGMENTECTOMY_BREAST_SAMPLE
public static final EnumCM_BreastTissueSpecimenTypes BREAST_TRU_CUT_BIOPSY_SAMPLE
public static final EnumCM_BreastTissueSpecimenTypes SPECIMEN_FROM_BREAST_OBTAINED_BY_CORE_NEEDLE_BIOPSY
public static final EnumCM_BreastTissueSpecimenTypes SPECIMEN_FROM_BREAST_STEREOTACTICALLY_GUIDED_CORE_NEEDLE_BIOPSY
public static final EnumCM_BreastTissueSpecimenTypes SPECIMEN_FROM_BREAST_BY_INCISIONAL_BIOPSY_OF_BREAST_MASS
public static final EnumCM_BreastTissueSpecimenTypes SPECIMEN_FROM_BREAST_OBTAINED_BY_IMAGE_GUIDED_CORE_BIOPSY
public static EnumCM_BreastTissueSpecimenTypes[] values()
for (EnumCM_BreastTissueSpecimenTypes c : EnumCM_BreastTissueSpecimenTypes.values()) System.out.println(c);
public static EnumCM_BreastTissueSpecimenTypes 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()