public enum EnumCM_ColonCADSingleImageFinding extends java.lang.Enum<EnumCM_ColonCADSingleImageFinding>
| Enum Constant and Description |
|---|
CAD_OPERATING_POINT |
CERTAINTY_OF_FINDING |
IMAGE_REGION |
RENDERING_INTENT |
SELECTED_REGION_DESCRIPTION |
SINGLE_IMAGE_FINDING |
SINGLE_IMAGE_FINDING_MODIFIER |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_ColonCADSingleImageFinding |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_ColonCADSingleImageFinding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_ColonCADSingleImageFinding SINGLE_IMAGE_FINDING
public static final EnumCM_ColonCADSingleImageFinding SINGLE_IMAGE_FINDING_MODIFIER
public static final EnumCM_ColonCADSingleImageFinding RENDERING_INTENT
public static final EnumCM_ColonCADSingleImageFinding CAD_OPERATING_POINT
public static final EnumCM_ColonCADSingleImageFinding CERTAINTY_OF_FINDING
public static final EnumCM_ColonCADSingleImageFinding SELECTED_REGION_DESCRIPTION
public static final EnumCM_ColonCADSingleImageFinding IMAGE_REGION
public static EnumCM_ColonCADSingleImageFinding[] values()
for (EnumCM_ColonCADSingleImageFinding c : EnumCM_ColonCADSingleImageFinding.values()) System.out.println(c);
public static EnumCM_ColonCADSingleImageFinding 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()