org.jfree.formula.function.datetime

Class TodayFunctionDescription

Implemented Interfaces:
FunctionDescription

public class TodayFunctionDescription
extends AbstractFunctionDescription

Creation-Date: 04.11.2006, 18:59:11
Author:
Thomas Morgner

Constructor Summary

TodayFunctionDescription()

Method Summary

FunctionCategory
getCategory()
int
getParameterCount()
Type
getParameterType(int position)
Type
getValueType()
boolean
isParameterMandatory(int position)
Defines, whether the parameter at the given position is mandatory.
boolean
isVolatile()

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

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

Constructor Details

TodayFunctionDescription

public TodayFunctionDescription()

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)
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.
Specified by:
isParameterMandatory in interface FunctionDescription
Returns:

isVolatile

public boolean isVolatile()
Specified by:
isVolatile in interface FunctionDescription
Overrides:
isVolatile in interface AbstractFunctionDescription