Class NullFunctionDescription

    • Constructor Detail

      • NullFunctionDescription

        public NullFunctionDescription()
        Deprecated.
    • Method Detail

      • getParameterCount

        public int getParameterCount()
        Deprecated.
      • getParameterType

        public Type getParameterType​(int position)
        Deprecated.
        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()
        Deprecated.
      • isParameterMandatory

        public boolean isParameterMandatory​(int position)
        Deprecated.
        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: