Class LenFunction
java.lang.Object
org.pentaho.reporting.libraries.formula.function.text.LenFunction
- All Implemented Interfaces:
Serializable
,Function
This function returns the lengh in characters of the given value.
- Author:
- Cedric Pronzato
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LenFunction
public LenFunction()
-
-
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
-