Class CsvArrayFunctionDescription
- java.lang.Object
-
- org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription
-
- org.pentaho.reporting.libraries.formula.function.userdefined.CsvArrayFunctionDescription
-
- All Implemented Interfaces:
java.io.Serializable,FunctionDescription
public class CsvArrayFunctionDescription extends AbstractFunctionDescription
Todo: Document me! Date: 02.07.2009 Time: 20:21:23- Author:
- Thomas Morgner.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CsvArrayFunctionDescription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FunctionCategorygetCategory()intgetParameterCount()TypegetParameterType(int position)Returns the parameter type at the given position using the function metadata.TypegetValueType()booleanisParameterMandatory(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
-
-
-
-
Method Detail
-
getValueType
public Type getValueType()
-
getCategory
public FunctionCategory getCategory()
-
getParameterCount
public int getParameterCount()
-
getParameterType
public Type getParameterType(int position)
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.
-
isParameterMandatory
public boolean isParameterMandatory(int position)
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:
-
-