org.pentaho.reporting.libraries.formula.function.information

Class ChooseFunctionDescription

public class ChooseFunctionDescription extends AbstractFunctionDescription

Describes ChooseFunction function.

Author: Cedric Pronzato

See Also:

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

Constructor Detail

ChooseFunctionDescription

public ChooseFunctionDescription()

Method Detail

getCategory

public FunctionCategory getCategory()

getParameterCount

public int getParameterCount()

getParameterType

public Type getParameterType(int position)

getValueType

public Type getValueType()

isInfiniteParameterCount

public boolean isInfiniteParameterCount()

isParameterMandatory

public boolean isParameterMandatory(int position)