Class BigDecimalFunctionValue
java.lang.Object
org.eclipse.nebula.widgets.nattable.formula.function.BigDecimalFunctionValue
- All Implemented Interfaces:
FunctionValue
FunctionValue that carries a BigDecimal for calculations.- Since:
- 1.4
-
Constructor Summary
ConstructorsConstructorDescriptionBigDecimalFunctionValue(double value) BigDecimalFunctionValue(long value) BigDecimalFunctionValue(String value) -
Method Summary
-
Constructor Details
-
BigDecimalFunctionValue
public BigDecimalFunctionValue(long value) -
BigDecimalFunctionValue
public BigDecimalFunctionValue(double value) -
BigDecimalFunctionValue
-
BigDecimalFunctionValue
-
-
Method Details
-
getValue
- Specified by:
getValuein interfaceFunctionValue- Returns:
- The value this
FunctionValuecarries or calculates based on its function.
-
toString
-