public enum EnumCV_GeneralRegionofInterestMeasurementModifiers extends java.lang.Enum<EnumCV_GeneralRegionofInterestMeasurementModifiers>
| Enum Constant and Description |
|---|
COEFFICIENT_OF_VARIANCE_C0681921 |
KURTOSIS_126052 |
MEDIAN_R_00319 |
MODE_R_0032E |
PEAK_VALUE_WITHIN_ROI_126031 |
ROOT_MEAN_SQUARE_C2347976 |
SKEWNESS_126051 |
STANDARD_DEVIATION_R_10047 |
TOTAL_R_40507 |
VARIANCE_C1711260 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_GeneralRegionofInterestMeasurementModifiers |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_GeneralRegionofInterestMeasurementModifiers[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_GeneralRegionofInterestMeasurementModifiers STANDARD_DEVIATION_R_10047
public static final EnumCV_GeneralRegionofInterestMeasurementModifiers TOTAL_R_40507
public static final EnumCV_GeneralRegionofInterestMeasurementModifiers MEDIAN_R_00319
public static final EnumCV_GeneralRegionofInterestMeasurementModifiers MODE_R_0032E
public static final EnumCV_GeneralRegionofInterestMeasurementModifiers PEAK_VALUE_WITHIN_ROI_126031
public static final EnumCV_GeneralRegionofInterestMeasurementModifiers COEFFICIENT_OF_VARIANCE_C0681921
public static final EnumCV_GeneralRegionofInterestMeasurementModifiers SKEWNESS_126051
public static final EnumCV_GeneralRegionofInterestMeasurementModifiers KURTOSIS_126052
public static final EnumCV_GeneralRegionofInterestMeasurementModifiers VARIANCE_C1711260
public static final EnumCV_GeneralRegionofInterestMeasurementModifiers ROOT_MEAN_SQUARE_C2347976
public static EnumCV_GeneralRegionofInterestMeasurementModifiers[] values()
for (EnumCV_GeneralRegionofInterestMeasurementModifiers c : EnumCV_GeneralRegionofInterestMeasurementModifiers.values()) System.out.println(c);
public static EnumCV_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()