org.jfree.formula.function.text

Class URLEncodeFunctionDescription

Implemented Interfaces:
FunctionDescription

public class URLEncodeFunctionDescription
extends AbstractFunctionDescription

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

Constructor Summary

URLEncodeFunctionDescription()

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

URLEncodeFunctionDescription

public URLEncodeFunctionDescription()

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