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