public enum EnumCV_PelvicVasculatureAnatomicalLocation extends java.lang.Enum<EnumCV_PelvicVasculatureAnatomicalLocation>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_PelvicVasculatureAnatomicalLocation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_PelvicVasculatureAnatomicalLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_PelvicVasculatureAnatomicalLocation UMBILICAL_ARTERY_T_F1810
public static final EnumCV_PelvicVasculatureAnatomicalLocation UMBILICAL_VEIN_T_F1820
public static final EnumCV_PelvicVasculatureAnatomicalLocation OVARIAN_ARTERY_T_46980
public static final EnumCV_PelvicVasculatureAnatomicalLocation OVARIAN_VEIN_T_48780
public static final EnumCV_PelvicVasculatureAnatomicalLocation UTERINE_ARTERY_T_46820
public static final EnumCV_PelvicVasculatureAnatomicalLocation UTERINE_VEIN_T_49010
public static final EnumCV_PelvicVasculatureAnatomicalLocation VITELLINE_ARTERY_OF_PLACENTA_T_F1412
public static final EnumCV_PelvicVasculatureAnatomicalLocation VITELLINE_VEIN_OF_PLACENTA_T_F1413
public static final EnumCV_PelvicVasculatureAnatomicalLocation COMMON_ILIAC_ARTERY_T_46710
public static EnumCV_PelvicVasculatureAnatomicalLocation[] values()
for (EnumCV_PelvicVasculatureAnatomicalLocation c : EnumCV_PelvicVasculatureAnatomicalLocation.values()) System.out.println(c);
public static EnumCV_PelvicVasculatureAnatomicalLocation 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()