Interface FunctionValue
- All Known Implementing Classes:
AbstractFunction,AbstractMathFunction,AbstractMathSingleValueFunction,AbstractSingleValueFunction,AverageFunction,BigDecimalFunctionValue,ModFunction,MultipleValueFunctionValue,NegateFunction,PowerFunction,ProductFunction,QuotientFunction,SquareRootFunction,StringFunctionValue,SumFunction
public interface FunctionValue
Implementations of this interface specify a value of a function. This can be
a parameter, a function or an operator.
- Since:
- 1.4
-
Method Summary
-
Method Details
-
getValue
Object getValue()- Returns:
- The value this
FunctionValuecarries or calculates based on its function.
-