public enum EnumCM_BreastBiopsyTechniques extends java.lang.Enum<EnumCM_BreastBiopsyTechniques>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_BreastBiopsyTechniques |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_BreastBiopsyTechniques[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_BreastBiopsyTechniques LUMPECTOMY
public static final EnumCM_BreastBiopsyTechniques MASTECTOMY
public static final EnumCM_BreastBiopsyTechniques QUADRANTECTOMY_OF_BREAST
public static final EnumCM_BreastBiopsyTechniques DIAGNOSTIC_RADIOGRAPHY_STEREOTACTIC_LOCALIZATION
public static final EnumCM_BreastBiopsyTechniques ULTRASONIC_GUIDANCE_PROCEDURE
public static final EnumCM_BreastBiopsyTechniques MAMMOGRAPHY
public static final EnumCM_BreastBiopsyTechniques MAMMOGRAPHIC_CROSSHAIR
public static final EnumCM_BreastBiopsyTechniques MAMMOGRAPHIC_GRID
public static final EnumCM_BreastBiopsyTechniques MAGNETIC_RESONANCE_IMAGING_GUIDED_BIOPSY
public static final EnumCM_BreastBiopsyTechniques COMPUTED_TOMOGRAPHY_GUIDED_BIOPSY
public static final EnumCM_BreastBiopsyTechniques PALPATION_GUIDED
public static final EnumCM_BreastBiopsyTechniques VACUUM_ASSISTED
public static EnumCM_BreastBiopsyTechniques[] values()
for (EnumCM_BreastBiopsyTechniques c : EnumCM_BreastBiopsyTechniques.values()) System.out.println(c);
public static EnumCM_BreastBiopsyTechniques 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()