public enum EnumCV_BreastBiopsyTechniques extends java.lang.Enum<EnumCV_BreastBiopsyTechniques>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_BreastBiopsyTechniques |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_BreastBiopsyTechniques[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_BreastBiopsyTechniques LUMPECTOMY_P1_03005
public static final EnumCV_BreastBiopsyTechniques MASTECTOMY_P1_43850
public static final EnumCV_BreastBiopsyTechniques QUADRANTECTOMY_OF_BREAST_P1_4834A
public static final EnumCV_BreastBiopsyTechniques DIAGNOSTIC_RADIOGRAPHY_STEREOTACTIC_LOCALIZATION_P5_00032
public static final EnumCV_BreastBiopsyTechniques ULTRASONIC_GUIDANCE_PROCEDURE_P5_B0700
public static final EnumCV_BreastBiopsyTechniques MAMMOGRAPHY_P5_40010
public static final EnumCV_BreastBiopsyTechniques MAMMOGRAPHIC_CROSSHAIR_111487
public static final EnumCV_BreastBiopsyTechniques MAMMOGRAPHIC_GRID_111488
public static final EnumCV_BreastBiopsyTechniques MAGNETIC_RESONANCE_IMAGING_GUIDED_BIOPSY_P1_03107
public static final EnumCV_BreastBiopsyTechniques COMPUTED_TOMOGRAPHY_GUIDED_BIOPSY_P1_03106
public static final EnumCV_BreastBiopsyTechniques PALPATION_GUIDED_111489
public static final EnumCV_BreastBiopsyTechniques VACUUM_ASSISTED_111490
public static EnumCV_BreastBiopsyTechniques[] values()
for (EnumCV_BreastBiopsyTechniques c : EnumCV_BreastBiopsyTechniques.values()) System.out.println(c);
public static EnumCV_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()