public enum EnumCM_ThoracicTissueSegmentationTypes extends java.lang.Enum<EnumCM_ThoracicTissueSegmentationTypes>
| Enum Constant and Description |
|---|
BLOOD_VESSEL |
BONE_OF_THORAX |
BRONCHUS |
CHEST_WALL_MUSCLE |
CLAVICLE |
DIAPHRAGM |
ESOPHAGUS |
LOWER_LOBE_OF_LUNG |
LUNG |
MEDIASTINUM |
MIDDLE_LOBE_OF_RIGHT_LUNG |
PLEURA |
RIB |
SKIN_OF_CHEST |
STERNUM |
THORACIC_SPINE |
THORAX |
THYMUS |
TRACHEA |
UPPER_LOBE_OF_LUNG |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_ThoracicTissueSegmentationTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_ThoracicTissueSegmentationTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_ThoracicTissueSegmentationTypes BLOOD_VESSEL
public static final EnumCM_ThoracicTissueSegmentationTypes BONE_OF_THORAX
public static final EnumCM_ThoracicTissueSegmentationTypes BRONCHUS
public static final EnumCM_ThoracicTissueSegmentationTypes CHEST_WALL_MUSCLE
public static final EnumCM_ThoracicTissueSegmentationTypes CLAVICLE
public static final EnumCM_ThoracicTissueSegmentationTypes DIAPHRAGM
public static final EnumCM_ThoracicTissueSegmentationTypes ESOPHAGUS
public static final EnumCM_ThoracicTissueSegmentationTypes LOWER_LOBE_OF_LUNG
public static final EnumCM_ThoracicTissueSegmentationTypes LUNG
public static final EnumCM_ThoracicTissueSegmentationTypes MEDIASTINUM
public static final EnumCM_ThoracicTissueSegmentationTypes MIDDLE_LOBE_OF_RIGHT_LUNG
public static final EnumCM_ThoracicTissueSegmentationTypes PLEURA
public static final EnumCM_ThoracicTissueSegmentationTypes RIB
public static final EnumCM_ThoracicTissueSegmentationTypes SKIN_OF_CHEST
public static final EnumCM_ThoracicTissueSegmentationTypes STERNUM
public static final EnumCM_ThoracicTissueSegmentationTypes THORACIC_SPINE
public static final EnumCM_ThoracicTissueSegmentationTypes THORAX
public static final EnumCM_ThoracicTissueSegmentationTypes TRACHEA
public static final EnumCM_ThoracicTissueSegmentationTypes THYMUS
public static final EnumCM_ThoracicTissueSegmentationTypes UPPER_LOBE_OF_LUNG
public static EnumCM_ThoracicTissueSegmentationTypes[] values()
for (EnumCM_ThoracicTissueSegmentationTypes c : EnumCM_ThoracicTissueSegmentationTypes.values()) System.out.println(c);
public static EnumCM_ThoracicTissueSegmentationTypes 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()