org.jfree.formula.function.math

Class OddFunctionDescription

public class OddFunctionDescription extends AbstractFunctionDescription

Describes OddFunction function.

Author: Cedric Pronzato

See Also:

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

Constructor Detail

OddFunctionDescription

public OddFunctionDescription()

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)