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