Class IndexFunction
- java.lang.Object
-
- org.pentaho.reporting.libraries.formula.function.information.IndexFunction
-
- All Implemented Interfaces:
java.io.Serializable,Function
public class IndexFunction extends java.lang.Object implements Function
Todo: Document me! Date: 02.07.2009 Time: 20:11:37- Author:
- Thomas Morgner.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IndexFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeValuePairevaluate(FormulaContext context, ParameterCallback parameters)java.lang.StringgetCanonicalName()
-
-
-
Method Detail
-
getCanonicalName
public java.lang.String getCanonicalName()
- Specified by:
getCanonicalNamein interfaceFunction
-
evaluate
public TypeValuePair evaluate(FormulaContext context, ParameterCallback parameters) throws EvaluationException
- Specified by:
evaluatein interfaceFunction- Throws:
EvaluationException
-
-