public enum EnumCM_CTAndMRAnatomyImaged extends java.lang.Enum<EnumCM_CTAndMRAnatomyImaged>
| Enum Constant and Description |
|---|
ABDOMINAL_AORTA |
AORTIC_ARCH |
CAROTID |
CEREBELLUM |
CIRCLE_OF_WILLIS |
CRANIAL_VENOUS_SYSTEM |
ILIAC_ARTERIAL_SYSTEM |
KIDNEY |
LIVER |
PANCREAS |
SPLEEN |
TESTIS |
THORACIC_AORTA |
THYMUS |
UTERUS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_CTAndMRAnatomyImaged |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_CTAndMRAnatomyImaged[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_CTAndMRAnatomyImaged ABDOMINAL_AORTA
public static final EnumCM_CTAndMRAnatomyImaged AORTIC_ARCH
public static final EnumCM_CTAndMRAnatomyImaged CAROTID
public static final EnumCM_CTAndMRAnatomyImaged CEREBELLUM
public static final EnumCM_CTAndMRAnatomyImaged CIRCLE_OF_WILLIS
public static final EnumCM_CTAndMRAnatomyImaged CRANIAL_VENOUS_SYSTEM
public static final EnumCM_CTAndMRAnatomyImaged ILIAC_ARTERIAL_SYSTEM
public static final EnumCM_CTAndMRAnatomyImaged LIVER
public static final EnumCM_CTAndMRAnatomyImaged PANCREAS
public static final EnumCM_CTAndMRAnatomyImaged KIDNEY
public static final EnumCM_CTAndMRAnatomyImaged SPLEEN
public static final EnumCM_CTAndMRAnatomyImaged TESTIS
public static final EnumCM_CTAndMRAnatomyImaged THORACIC_AORTA
public static final EnumCM_CTAndMRAnatomyImaged THYMUS
public static final EnumCM_CTAndMRAnatomyImaged UTERUS
public static EnumCM_CTAndMRAnatomyImaged[] values()
for (EnumCM_CTAndMRAnatomyImaged c : EnumCM_CTAndMRAnatomyImaged.values()) System.out.println(c);
public static EnumCM_CTAndMRAnatomyImaged 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()