Class ParseDateFunctionDescription

java.lang.Object
org.pentaho.reporting.libraries.formula.function.AbstractFunctionDescription
org.pentaho.reporting.libraries.formula.function.userdefined.ParseDateFunctionDescription
All Implemented Interfaces:
Serializable, FunctionDescription

public class ParseDateFunctionDescription extends AbstractFunctionDescription
Todo: Document me!

Date: 04.01.2010 Time: 18:12:23

Author:
Thomas Morgner.
See Also:
  • Constructor Details

    • ParseDateFunctionDescription

      public ParseDateFunctionDescription()
  • Method Details

    • getParameterCount

      public int getParameterCount()
    • getParameterType

      public Type getParameterType(int position)
      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

      public Type getValueType()
    • 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:
    • getCategory

      public FunctionCategory getCategory()