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