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