public enum EnumCM_PETUnits extends java.lang.Enum<EnumCM_PETUnits>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_PETUnits |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_PETUnits[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_PETUnits STANDARDIZED_UPTAKE_VALUE_BODY_WEIGHT
public static final EnumCM_PETUnits STANDARDIZED_UPTAKE_VALUE_LEAN_BODY_MASS
public static final EnumCM_PETUnits STANDARDIZED_UPTAKE_VALUE_BODY_SURFACE_AREA
public static final EnumCM_PETUnits STANDARDIZED_UPTAKE_VALUE_IDEAL_BODY_WEIGHT
public static final EnumCM_PETUnits COUNTS
public static final EnumCM_PETUnits COUNTS_PER_SECOND
public static final EnumCM_PETUnits PROPORTIONAL_TO_COUNTS
public static final EnumCM_PETUnits PROPORTIONAL_TO_COUNTS_PER_SECOND
public static final EnumCM_PETUnits CENTIMETER_SQUARE
public static final EnumCM_PETUnits PERCENT
public static final EnumCM_PETUnits BECQUERELS_PER_MILLILITER
public static final EnumCM_PETUnits MILLIGRAMS_PER_MINUTE_PER_MILLILITER
public static final EnumCM_PETUnits MICROMOLE_PER_MINUTE_PER_MILLILITER
public static final EnumCM_PETUnits MILLILITER_PER_MINUTE_PER_GRAM
public static final EnumCM_PETUnits MILLILITER_PER_GRAM
public static final EnumCM_PETUnits PER_CENTIMETER
public static final EnumCM_PETUnits MICROMOLE_PER_MILLILITER
public static EnumCM_PETUnits[] values()
for (EnumCM_PETUnits c : EnumCM_PETUnits.values()) System.out.println(c);
public static EnumCM_PETUnits 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()