Class NaFunction
java.lang.Object
org.pentaho.reporting.libraries.formula.function.information.NaFunction
- All Implemented Interfaces:
Serializable
,Function
This function class represents the constant error NA.
- Author:
- Cedric Pronzato
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NaFunction
public NaFunction()
-
-
Method Details
-
evaluate
public TypeValuePair evaluate(FormulaContext context, ParameterCallback parameters) throws EvaluationException - Specified by:
evaluate
in interfaceFunction
- Throws:
EvaluationException
-
getCanonicalName
- Specified by:
getCanonicalName
in interfaceFunction
-