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