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