org.pentaho.reporting.libraries.formula.function.information
public class CountAFunctionDescription extends AbstractFunctionDescription
See Also: CountFunction
| Constructor Summary | |
|---|---|
| CountAFunctionDescription() | |
| Method Summary | |
|---|---|
| FunctionCategory | getCategory() |
| int | getParameterCount() |
| Type | getParameterType(int position)
Returns the parameter type at the given position using the function metadata. |
| Type | getValueType() |
| boolean | isInfiniteParameterCount() |
| boolean | isParameterMandatory(int position)
Defines, whether the parameter at the given position is mandatory. |
Parameters: position The parameter index.
Returns: The parameter type.
Returns: