public enum EnumCM_GeneralRegionofInterestMeasurementModifiers extends java.lang.Enum<EnumCM_GeneralRegionofInterestMeasurementModifiers>
| Enum Constant and Description |
|---|
COEFFICIENT_OF_VARIANCE |
KURTOSIS |
MEDIAN |
MODE |
PEAK_VALUE_WITHIN_ROI |
ROOT_MEAN_SQUARE |
SKEWNESS |
STANDARD_DEVIATION |
TOTAL |
VARIANCE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_GeneralRegionofInterestMeasurementModifiers |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_GeneralRegionofInterestMeasurementModifiers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_GeneralRegionofInterestMeasurementModifiers STANDARD_DEVIATION
public static final EnumCM_GeneralRegionofInterestMeasurementModifiers TOTAL
public static final EnumCM_GeneralRegionofInterestMeasurementModifiers MEDIAN
public static final EnumCM_GeneralRegionofInterestMeasurementModifiers MODE
public static final EnumCM_GeneralRegionofInterestMeasurementModifiers PEAK_VALUE_WITHIN_ROI
public static final EnumCM_GeneralRegionofInterestMeasurementModifiers COEFFICIENT_OF_VARIANCE
public static final EnumCM_GeneralRegionofInterestMeasurementModifiers SKEWNESS
public static final EnumCM_GeneralRegionofInterestMeasurementModifiers KURTOSIS
public static final EnumCM_GeneralRegionofInterestMeasurementModifiers VARIANCE
public static final EnumCM_GeneralRegionofInterestMeasurementModifiers ROOT_MEAN_SQUARE
public static EnumCM_GeneralRegionofInterestMeasurementModifiers[] values()
for (EnumCM_GeneralRegionofInterestMeasurementModifiers c : EnumCM_GeneralRegionofInterestMeasurementModifiers.values()) System.out.println(c);
public static EnumCM_GeneralRegionofInterestMeasurementModifiers 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()