org.jfree.formula.function.information

Class IsNonTextFunctionDescription

Implemented Interfaces:
FunctionDescription

public class IsNonTextFunctionDescription
extends AbstractFunctionDescription

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

Constructor Summary

IsNonTextFunctionDescription()

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

IsNonTextFunctionDescription

public IsNonTextFunctionDescription()

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