org.pentaho.reporting.libraries.formula.function.math

Class MinAFunctionDescription

public class MinAFunctionDescription extends AbstractFunctionDescription

Describes MinFunction function.

Author: Cedric Pronzato

See Also:

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

Constructor Detail

MinAFunctionDescription

public MinAFunctionDescription()

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)