org.pentaho.reporting.libraries.formula.function
public class DefaultFunctionDescription extends Object implements FunctionDescription
| Constructor Summary | |
|---|---|
| DefaultFunctionDescription(String name) | |
| Method Summary | |
|---|---|
| String | getCanonicalName() |
| FunctionCategory | getCategory() |
| Object | getDefaultValue(int position)
Returns the default value for an optional parameter. |
| String | getDescription(Locale locale) |
| String | getDisplayName(Locale locale) |
| int | getParameterCount() |
| String | getParameterDescription(int position, Locale locale) |
| String | getParameterDisplayName(int position, Locale locale) |
| Type | getParameterType(int position) |
| Type | getValueType() |
| boolean | isInfiniteParameterCount() |
| boolean | isParameterMandatory(int position)
Defines, whether the parameter at the given position is mandatory. |
| boolean | isVolatile() |
Parameters: position
Returns:
Returns: