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