Interface IFunctionFlowInputParameter

All Known Implementing Classes:
DefaultFunctionFlowInputParameter

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

    • getTargetAttribute

      AttributeReference getTargetAttribute()
      This method returns the target attribute reference of the input parameter.
      Returns:
      The target attribute reference.
    • getParameterName

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

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