public static enum AbstractNumeralFormulaManager.NonLinearArithmetic extends Enum<AbstractNumeralFormulaManager.NonLinearArithmetic>
| Enum Constant and Description |
|---|
APPROXIMATE_ALWAYS |
APPROXIMATE_FALLBACK |
USE |
| Modifier and Type | Method and Description |
|---|---|
static AbstractNumeralFormulaManager.NonLinearArithmetic |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractNumeralFormulaManager.NonLinearArithmetic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractNumeralFormulaManager.NonLinearArithmetic USE
public static final AbstractNumeralFormulaManager.NonLinearArithmetic APPROXIMATE_FALLBACK
public static final AbstractNumeralFormulaManager.NonLinearArithmetic APPROXIMATE_ALWAYS
public static AbstractNumeralFormulaManager.NonLinearArithmetic[] values()
for (AbstractNumeralFormulaManager.NonLinearArithmetic c : AbstractNumeralFormulaManager.NonLinearArithmetic.values()) System.out.println(c);
public static AbstractNumeralFormulaManager.NonLinearArithmetic 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 null