java.io.Serializable, FunctionDescriptionpublic class TodayFunctionDescription extends AbstractFunctionDescription
| Constructor | Description |
|---|---|
TodayFunctionDescription() |
| Modifier and Type | Method | Description |
|---|---|---|
FunctionCategory |
getCategory() |
|
int |
getParameterCount() |
|
Type |
getParameterType(int position) |
Returns the parameter type at the given position using the function
metadata.
|
Type |
getValueType() |
|
boolean |
isParameterMandatory(int position) |
Defines, whether the parameter at the given position is mandatory.
|
boolean |
isVolatile() |
getCanonicalName, getDefaultValue, getDescription, getDisplayName, getParameterDescription, getParameterDisplayName, isInfiniteParameterCountpublic Type getValueType()
public boolean isVolatile()
isVolatile in interface FunctionDescriptionisVolatile in class AbstractFunctionDescriptionpublic int getParameterCount()
public Type getParameterType(int position)
FunctionDescriptionposition - The parameter index.public boolean isParameterMandatory(int position)
public FunctionCategory getCategory()