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