public enum EnumCM_ColonFindingorFeature extends java.lang.Enum<EnumCM_ColonFindingorFeature>
| Enum Constant and Description |
|---|
ANATOMIC_NON_COLON |
COLONIC_HAUSTRA |
CONTRAST_MEDIA |
DIVERTICULUM |
FECES |
ILEOCECAL_VALVE |
IMAGE_QUALITY |
INTRALUMINAL_FLUID |
INVERTED_DIVERTICULUM |
LIPOMA |
NON_LESION |
OPERATIVE_SITE |
POLYP_OF_COLON |
RECTAL_MASS |
SELECTED_REGION |
TUMOR_OF_COLON |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_ColonFindingorFeature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_ColonFindingorFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_ColonFindingorFeature IMAGE_QUALITY
public static final EnumCM_ColonFindingorFeature SELECTED_REGION
public static final EnumCM_ColonFindingorFeature POLYP_OF_COLON
public static final EnumCM_ColonFindingorFeature TUMOR_OF_COLON
public static final EnumCM_ColonFindingorFeature RECTAL_MASS
public static final EnumCM_ColonFindingorFeature DIVERTICULUM
public static final EnumCM_ColonFindingorFeature COLONIC_HAUSTRA
public static final EnumCM_ColonFindingorFeature FECES
public static final EnumCM_ColonFindingorFeature LIPOMA
public static final EnumCM_ColonFindingorFeature INTRALUMINAL_FLUID
public static final EnumCM_ColonFindingorFeature CONTRAST_MEDIA
public static final EnumCM_ColonFindingorFeature ILEOCECAL_VALVE
public static final EnumCM_ColonFindingorFeature INVERTED_DIVERTICULUM
public static final EnumCM_ColonFindingorFeature OPERATIVE_SITE
public static final EnumCM_ColonFindingorFeature NON_LESION
public static final EnumCM_ColonFindingorFeature ANATOMIC_NON_COLON
public static EnumCM_ColonFindingorFeature[] values()
for (EnumCM_ColonFindingorFeature c : EnumCM_ColonFindingorFeature.values()) System.out.println(c);
public static EnumCM_ColonFindingorFeature 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()