Class MultipleValueFunctionValue
java.lang.Object
org.eclipse.nebula.widgets.nattable.formula.function.MultipleValueFunctionValue
- All Implemented Interfaces:
FunctionValue
FunctionValue that carries multiple FunctionValues. Is used
to process range function arguments.- Since:
- 1.4
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
values
-
-
Constructor Details
-
MultipleValueFunctionValue
public MultipleValueFunctionValue() -
MultipleValueFunctionValue
-
-
Method Details
-
addValue
- Parameters:
value- The value to add.
-
getValue
- Specified by:
getValuein interfaceFunctionValue- Returns:
- The value this
FunctionValuecarries or calculates based on its function.
-