Class AbstractSingleValueFunction
java.lang.Object
org.eclipse.nebula.widgets.nattable.formula.function.AbstractFunction
org.eclipse.nebula.widgets.nattable.formula.function.AbstractSingleValueFunction
- All Implemented Interfaces:
FunctionValue,OperatorFunctionValue
Specialized
AbstractFunction that only allows a single value for
processing.- Since:
- 1.4
-
Field Summary
Fields inherited from class org.eclipse.nebula.widgets.nattable.formula.function.AbstractFunction
values -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFunctionValue(FunctionValue value) Add the givenFunctionValuefor calculation.protected FunctionValueMethods inherited from class org.eclipse.nebula.widgets.nattable.formula.function.AbstractFunction
isEmptyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.nebula.widgets.nattable.formula.function.FunctionValue
getValue
-
Constructor Details
-
AbstractSingleValueFunction
public AbstractSingleValueFunction() -
AbstractSingleValueFunction
-
AbstractSingleValueFunction
-
-
Method Details
-
addFunctionValue
Description copied from interface:OperatorFunctionValueAdd the givenFunctionValuefor calculation.- Specified by:
addFunctionValuein interfaceOperatorFunctionValue- Overrides:
addFunctionValuein classAbstractFunction- Parameters:
value- The value to add.
-
getSingleValue
- Returns:
- The single value that is contained in this function.
-