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