public enum EnumCM_UltrasoundFindingsForBreast extends java.lang.Enum<EnumCM_UltrasoundFindingsForBreast>
| Enum Constant and Description |
|---|
CLUSTERED_MICROCYSTS |
COMPLEX_CYST |
COMPLICATED_CYST |
FOREIGN_BODY |
INTRACYSTIC_LESION |
LYMPH_NODE |
MAMMARY_DUCT_ECTASIA |
SEBACEOUS_CYST_OF_SKIN_OF_BREAST |
SIMPLE_CYST_OF_BREAST |
SOLID_MASS |
ULTRASOUND_SCAN_NORMAL |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_UltrasoundFindingsForBreast |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_UltrasoundFindingsForBreast[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_UltrasoundFindingsForBreast ULTRASOUND_SCAN_NORMAL
public static final EnumCM_UltrasoundFindingsForBreast SIMPLE_CYST_OF_BREAST
public static final EnumCM_UltrasoundFindingsForBreast COMPLEX_CYST
public static final EnumCM_UltrasoundFindingsForBreast INTRACYSTIC_LESION
public static final EnumCM_UltrasoundFindingsForBreast MAMMARY_DUCT_ECTASIA
public static final EnumCM_UltrasoundFindingsForBreast SOLID_MASS
public static final EnumCM_UltrasoundFindingsForBreast LYMPH_NODE
public static final EnumCM_UltrasoundFindingsForBreast SEBACEOUS_CYST_OF_SKIN_OF_BREAST
public static final EnumCM_UltrasoundFindingsForBreast CLUSTERED_MICROCYSTS
public static final EnumCM_UltrasoundFindingsForBreast COMPLICATED_CYST
public static final EnumCM_UltrasoundFindingsForBreast FOREIGN_BODY
public static EnumCM_UltrasoundFindingsForBreast[] values()
for (EnumCM_UltrasoundFindingsForBreast c : EnumCM_UltrasoundFindingsForBreast.values()) System.out.println(c);
public static EnumCM_UltrasoundFindingsForBreast 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()