org.jfree.formula.function.userdefined
public class MappedFunctionDescription extends Object implements FunctionDescription
Constructor Summary | |
---|---|
MappedFunctionDescription() |
Method Summary | |
---|---|
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: