public enum EnumCV_ViewForMammography extends java.lang.Enum<EnumCV_ViewForMammography>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_ViewForMammography |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_ViewForMammography[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_ViewForMammography MEDIO_LATERAL_R_10224
public static final EnumCV_ViewForMammography MEDIO_LATERAL_OBLIQUE_R_10226
public static final EnumCV_ViewForMammography LATERO_MEDIAL_R_10228
public static final EnumCV_ViewForMammography LATERO_MEDIAL_OBLIQUE_R_10230
public static final EnumCV_ViewForMammography CRANIO_CAUDAL_R_10242
public static final EnumCV_ViewForMammography CAUDO_CRANIAL_FROM_BELOW_R_10244
public static final EnumCV_ViewForMammography SUPEROLATERAL_TO_INFEROMEDIAL_OBLIQUE_R_102D0
public static final EnumCV_ViewForMammography INFEROMEDIAL_TO_SUPEROLATERAL_OBLIQUE_R_40AAA
public static final EnumCV_ViewForMammography CRANIO_CAUDAL_EXAGGERATED_LATERALLY_R_1024A
public static final EnumCV_ViewForMammography CRANIO_CAUDAL_EXAGGERATED_MEDIALLY_R_1024B
public static final EnumCV_ViewForMammography TISSUE_SPECIMEN_FROM_BREAST_G_8310
public static EnumCV_ViewForMammography[] values()
for (EnumCV_ViewForMammography c : EnumCV_ViewForMammography.values()) System.out.println(c);
public static EnumCV_ViewForMammography 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()