public enum EnumCM_MammographyCADCompositeFeatureBodyTemplate extends java.lang.Enum<EnumCM_MammographyCADCompositeFeatureBodyTemplate>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_MammographyCADCompositeFeatureBodyTemplate |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_MammographyCADCompositeFeatureBodyTemplate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_MammographyCADCompositeFeatureBodyTemplate COMPOSITE_TYPE
public static final EnumCM_MammographyCADCompositeFeatureBodyTemplate SCOPE_OF_FEATURE
public static final EnumCM_MammographyCADCompositeFeatureBodyTemplate CERTAINTY_OF_FEATURE
public static final EnumCM_MammographyCADCompositeFeatureBodyTemplate PROBABILITY_OF_CANCER
public static final EnumCM_MammographyCADCompositeFeatureBodyTemplate PATHOLOGY
public static final EnumCM_MammographyCADCompositeFeatureBodyTemplate QUALITATIVE_DIFFERENCE
public static final EnumCM_MammographyCADCompositeFeatureBodyTemplate DESCRIPTION_OF_CHANGE
public static final EnumCM_MammographyCADCompositeFeatureBodyTemplate QUADRANT_LOCATION
public static final EnumCM_MammographyCADCompositeFeatureBodyTemplate CLOCKFACE_OR_REGION
public static final EnumCM_MammographyCADCompositeFeatureBodyTemplate DEPTH
public static final EnumCM_MammographyCADCompositeFeatureBodyTemplate LESION_DENSITY
public static final EnumCM_MammographyCADCompositeFeatureBodyTemplate SHAPE
public static final EnumCM_MammographyCADCompositeFeatureBodyTemplate MARGINS
public static final EnumCM_MammographyCADCompositeFeatureBodyTemplate CALCIFICATION_TYPE
public static final EnumCM_MammographyCADCompositeFeatureBodyTemplate CALCIFICATION_DISTRIBUTION
public static final EnumCM_MammographyCADCompositeFeatureBodyTemplate NUMBER_OF_CALCIFICATIONS
public static final EnumCM_MammographyCADCompositeFeatureBodyTemplate DERIVATION
public static final EnumCM_MammographyCADCompositeFeatureBodyTemplate CALCULATION_DESCRIPTION
public static EnumCM_MammographyCADCompositeFeatureBodyTemplate[] values()
for (EnumCM_MammographyCADCompositeFeatureBodyTemplate c : EnumCM_MammographyCADCompositeFeatureBodyTemplate.values()) System.out.println(c);
public static EnumCM_MammographyCADCompositeFeatureBodyTemplate 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()