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