public enum EnumCM_PelvicVasculatureAnatomicalLocation extends java.lang.Enum<EnumCM_PelvicVasculatureAnatomicalLocation>
| Enum Constant and Description |
|---|
COMMON_ILIAC_ARTERY |
OVARIAN_ARTERY |
OVARIAN_VEIN |
UMBILICAL_ARTERY |
UMBILICAL_VEIN |
UTERINE_ARTERY |
UTERINE_VEIN |
VITELLINE_ARTERY_OF_PLACENTA |
VITELLINE_VEIN_OF_PLACENTA |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_PelvicVasculatureAnatomicalLocation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_PelvicVasculatureAnatomicalLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_PelvicVasculatureAnatomicalLocation UMBILICAL_ARTERY
public static final EnumCM_PelvicVasculatureAnatomicalLocation UMBILICAL_VEIN
public static final EnumCM_PelvicVasculatureAnatomicalLocation OVARIAN_ARTERY
public static final EnumCM_PelvicVasculatureAnatomicalLocation OVARIAN_VEIN
public static final EnumCM_PelvicVasculatureAnatomicalLocation UTERINE_ARTERY
public static final EnumCM_PelvicVasculatureAnatomicalLocation UTERINE_VEIN
public static final EnumCM_PelvicVasculatureAnatomicalLocation VITELLINE_ARTERY_OF_PLACENTA
public static final EnumCM_PelvicVasculatureAnatomicalLocation VITELLINE_VEIN_OF_PLACENTA
public static final EnumCM_PelvicVasculatureAnatomicalLocation COMMON_ILIAC_ARTERY
public static EnumCM_PelvicVasculatureAnatomicalLocation[] values()
for (EnumCM_PelvicVasculatureAnatomicalLocation c : EnumCM_PelvicVasculatureAnatomicalLocation.values()) System.out.println(c);
public static EnumCM_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()