public enum EnumCV_PartialViewSectionForMammography extends java.lang.Enum<EnumCV_PartialViewSectionForMammography>
| Enum Constant and Description |
|---|
ANTERIOR_R_404CC |
CENTRAL_G_A110 |
INFERIOR_R_4094A |
LATERAL_G_A104 |
MEDIAL_R_404D5 |
POSTERIOR_R_404CE |
SUPERIOR_R_42191 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_PartialViewSectionForMammography |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_PartialViewSectionForMammography[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_PartialViewSectionForMammography ANTERIOR_R_404CC
public static final EnumCV_PartialViewSectionForMammography POSTERIOR_R_404CE
public static final EnumCV_PartialViewSectionForMammography SUPERIOR_R_42191
public static final EnumCV_PartialViewSectionForMammography INFERIOR_R_4094A
public static final EnumCV_PartialViewSectionForMammography MEDIAL_R_404D5
public static final EnumCV_PartialViewSectionForMammography LATERAL_G_A104
public static final EnumCV_PartialViewSectionForMammography CENTRAL_G_A110
public static EnumCV_PartialViewSectionForMammography[] values()
for (EnumCV_PartialViewSectionForMammography c : EnumCV_PartialViewSectionForMammography.values()) System.out.println(c);
public static EnumCV_PartialViewSectionForMammography 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()