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