Class IsNumberFunctionDescription
java.lang.Object
org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription
org.pentaho.reporting.libraries.formula.function.information.IsNumberFunctionDescription
- All Implemented Interfaces:
Serializable
,FunctionDescription
Describes IsNumberFunction function.
- Author:
- Cedric Pronzato
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getParameterType
(int position) Returns the parameter type at the given position using the function metadata.boolean
isParameterMandatory
(int position) Defines, whether the parameter at the given position is mandatory.Methods inherited from class org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription
getCanonicalName, getDefaultValue, getDescription, getDisplayName, getParameterDescription, getParameterDisplayName, isInfiniteParameterCount, isVolatile
-
Constructor Details
-
IsNumberFunctionDescription
public IsNumberFunctionDescription()
-
-
Method Details
-
getCategory
-
getParameterCount
public int getParameterCount() -
getParameterType
Description copied from interface:FunctionDescription
Returns the parameter type at the given position using the function metadata. The first parameter is at the position 0;- Parameters:
position
- The parameter index.- Returns:
- The parameter type.
-
getValueType
-
isParameterMandatory
public boolean isParameterMandatory(int position) Description copied from interface:FunctionDescription
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.- Returns:
-