| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.jfree.formula.function.AbstractFunctionDescriptionorg.jfree.formula.function.datetime.NowFunctionDescriptionpublic class NowFunctionDescriptionextends AbstractFunctionDescriptionConstructor Summary | |
Method Summary | |
FunctionCategory | |
int | |
Type |
|
Type | |
boolean |
|
boolean | |
Methods inherited from class org.jfree.formula.function.AbstractFunctionDescription | |
getBundle, getDefaultValue, getDescription, getDisplayName, getParameterDescription, getParameterDisplayName, isInfiniteParameterCount, isVolatile | |
public FunctionCategory getCategory()
- Specified by:
- getCategory in interface FunctionDescription
public int getParameterCount()
- Specified by:
- getParameterCount in interface FunctionDescription
public Type getParameterType(int position)
Returns the parameter type at the given position using the function metadata. The first parameter is at the position 0;
- Specified by:
- getParameterType in interface FunctionDescription
- Parameters:
position- The parameter index.
- Returns:
- The parameter type.
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:
public boolean isVolatile()
- Specified by:
- isVolatile in interface FunctionDescription
- Overrides:
- isVolatile in interface AbstractFunctionDescription