Interface IFunctionFlowOutputParameterDS

All Known Implementing Classes:
ReportingFunctionFlowOutputParameterDS, XmlFunctionFlowOutputParameterDS, XmlFunctionFlowOutputParameterDS

public interface IFunctionFlowOutputParameterDS
This interface contains the methods a data source should implement to be able to initialize a function flow output parameter.
Since:
10.3
Author:
W. Hermsen, T. van der Griend
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the documentation of the parameter.
    This method returns the parameter name of the output parameter.
    This method returns the value expression of the output parameter.
  • Method Details

    • getValueExpression

      String getValueExpression()
      This method returns the value expression of the output parameter.
      Returns:
      The value expression.
    • getParameterName

      String getParameterName()
      This method returns the parameter name of the output parameter.
      Returns:
      The parameter name.
    • getDocumentation

      String getDocumentation()
      Returns the documentation of the parameter.
      Returns:
      The documentation, may be null