public enum EnumCM_PETRegionofInterestMeasurements extends java.lang.Enum<EnumCM_PETRegionofInterestMeasurements>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_PETRegionofInterestMeasurements |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_PETRegionofInterestMeasurements[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_PETRegionofInterestMeasurements METABOLIC_VOLUME
public static final EnumCM_PETRegionofInterestMeasurements TOTAL_LESION_GLYCOLYSIS
public static final EnumCM_PETRegionofInterestMeasurements GLYCOLYSIS
public static final EnumCM_PETRegionofInterestMeasurements TOTAL_LESION_PROLIFERATION
public static final EnumCM_PETRegionofInterestMeasurements PROLIFERATIVE_ACTIVITY
public static final EnumCM_PETRegionofInterestMeasurements STANDARDIZED_ADDED_METABOLIC_ACTIVITY
public static final EnumCM_PETRegionofInterestMeasurements STANDARDIZED_ADDED_METABOLIC_ACTIVITY_BACKGROUND
public static final EnumCM_PETRegionofInterestMeasurements LESION_TO_BACKGROUND_SUV_RATIO
public static final EnumCM_PETRegionofInterestMeasurements BACKGROUND_FOR_LESION_TO_BACKGROUND_SUV_RATIO
public static EnumCM_PETRegionofInterestMeasurements[] values()
for (EnumCM_PETRegionofInterestMeasurements c : EnumCM_PETRegionofInterestMeasurements.values()) System.out.println(c);
public static EnumCM_PETRegionofInterestMeasurements 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()