Interface IFunctionFlowOutputParameter

All Known Implementing Classes:
DefaultFunctionFlowOutputParameter

public interface IFunctionFlowOutputParameter
Since:
10.3
Author:
M. Woudstra, T. van der Griend
  • Method Details

    • getValueExpression

      IExpression 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