public enum EnumCV_PETUnits extends java.lang.Enum<EnumCV_PETUnits>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_PETUnits |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_PETUnits[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_PETUnits STANDARDIZED_UPTAKE_VALUE_BODY_WEIGHT_SUVbw_g_ml
public static final EnumCV_PETUnits STANDARDIZED_UPTAKE_VALUE_LEAN_BODY_MASS_SUVlbm_g_ml
public static final EnumCV_PETUnits STANDARDIZED_UPTAKE_VALUE_BODY_SURFACE_AREA_SUVbsa_cm2_ml
public static final EnumCV_PETUnits STANDARDIZED_UPTAKE_VALUE_IDEAL_BODY_WEIGHT_SUVibw_g_ml
public static final EnumCV_PETUnits COUNTS_counts
public static final EnumCV_PETUnits COUNTS_PER_SECOND_counts_s
public static final EnumCV_PETUnits PROPORTIONAL_TO_COUNTS_propcounts
public static final EnumCV_PETUnits PROPORTIONAL_TO_COUNTS_PER_SECOND_propcounts_s
public static final EnumCV_PETUnits CENTIMETER_SQUARE_cm2
public static final EnumCV_PETUnits PERCENT_percent
public static final EnumCV_PETUnits BECQUERELS_PER_MILLILITER_Bq_ml
public static final EnumCV_PETUnits MILLIGRAMS_PER_MINUTE_PER_MILLILITER_mg_min_ml
public static final EnumCV_PETUnits MICROMOLE_PER_MINUTE_PER_MILLILITER_umol_min_ml
public static final EnumCV_PETUnits MILLILITER_PER_MINUTE_PER_GRAM_ml_min_g
public static final EnumCV_PETUnits MILLILITER_PER_GRAM_ml_g
public static final EnumCV_PETUnits PER_CENTIMETER_cm
public static final EnumCV_PETUnits MICROMOLE_PER_MILLILITER_umol_ml
public static EnumCV_PETUnits[] values()
for (EnumCV_PETUnits c : EnumCV_PETUnits.values()) System.out.println(c);
public static EnumCV_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()