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