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