public static enum AutoBinnerLearnSettings.PrecisionMode extends Enum<AutoBinnerLearnSettings.PrecisionMode>
Enum Constant and Description |
---|
Decimal
Round to given number of decimal places.
|
Significant
Round to given number of significant figures.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static AutoBinnerLearnSettings.PrecisionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoBinnerLearnSettings.PrecisionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutoBinnerLearnSettings.PrecisionMode Decimal
public static final AutoBinnerLearnSettings.PrecisionMode Significant
public static AutoBinnerLearnSettings.PrecisionMode[] values()
for (AutoBinnerLearnSettings.PrecisionMode c : AutoBinnerLearnSettings.PrecisionMode.values()) System.out.println(c);
public static AutoBinnerLearnSettings.PrecisionMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<AutoBinnerLearnSettings.PrecisionMode>
KNIME GmbH, Konstanz, Germany
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.