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

Class AverageAFunctionDescription

public class AverageAFunctionDescription extends AbstractFunctionDescription

Describes AverageFunction function.

Author: Cedric Pronzato

See Also:

Constructor Summary
AverageAFunctionDescription()
Method Summary
FunctionCategorygetCategory()
intgetParameterCount()
TypegetParameterType(int position)
TypegetValueType()
booleanisInfiniteParameterCount()
booleanisParameterMandatory(int position)
Defines, whether the parameter at the given position is mandatory.

Constructor Detail

AverageAFunctionDescription

public AverageAFunctionDescription()

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)
Defines, whether the parameter at the given position is mandatory. A mandatory parameter must be filled in, while optional parameters need not to be filled in.

Returns: