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

Class TrimFunctionDescription

public class TrimFunctionDescription extends AbstractFunctionDescription

Describes TrimFunction function.

Author: Cedric Pronzato

See Also:

Constructor Summary
TrimFunctionDescription()
Method Summary
FunctionCategorygetCategory()
intgetParameterCount()
TypegetParameterType(int position)
TypegetValueType()
booleanisParameterMandatory(int position)

Constructor Detail

TrimFunctionDescription

public TrimFunctionDescription()

Method Detail

getCategory

public FunctionCategory getCategory()

getParameterCount

public int getParameterCount()

getParameterType

public Type getParameterType(int position)

getValueType

public Type getValueType()

isParameterMandatory

public boolean isParameterMandatory(int position)