org.jfree.formula.function.math

Class AbsFunctionDescription

Implemented Interfaces:
FunctionDescription

public class AbsFunctionDescription
extends AbstractFunctionDescription

Describes AbsFunction function.
Author:
Cedric Pronzato
See Also:
AbsFunction

Constructor Summary

AbsFunctionDescription()

Method Summary

FunctionCategory
getCategory()
int
getParameterCount()
Type
getParameterType(int position)
Type
getValueType()
boolean
isParameterMandatory(int position)

Methods inherited from class org.jfree.formula.function.AbstractFunctionDescription

getBundle, getDefaultValue, getDescription, getDisplayName, getParameterDescription, getParameterDisplayName, isInfiniteParameterCount, isVolatile

Constructor Details

AbsFunctionDescription

public AbsFunctionDescription()

Method Details

getCategory

public FunctionCategory getCategory()
Specified by:
getCategory in interface FunctionDescription

getParameterCount

public int getParameterCount()
Specified by:
getParameterCount in interface FunctionDescription

getParameterType

public Type getParameterType(int position)
Specified by:
getParameterType in interface FunctionDescription

getValueType

public Type getValueType()
Specified by:
getValueType in interface FunctionDescription

isParameterMandatory

public boolean isParameterMandatory(int position)
Specified by:
isParameterMandatory in interface FunctionDescription