org.pentaho.reporting.libraries.formula.function.text

Class LowerFunction

public class LowerFunction extends Object implements Function

This function returns the given text in lower case.

Author: Cedric Pronzato

Constructor Summary
LowerFunction()
Method Summary
TypeValuePairevaluate(FormulaContext context, ParameterCallback parameters)
StringgetCanonicalName()

Constructor Detail

LowerFunction

public LowerFunction()

Method Detail

evaluate

public TypeValuePair evaluate(FormulaContext context, ParameterCallback parameters)

getCanonicalName

public String getCanonicalName()