Interface IFunctionCallInputParameterDS

All Superinterfaces:
IReportingDS
All Known Implementing Classes:
ReportingFunctionCallInputParameterDS, XmlFunctionCallInputParameterDS, XmlFunctionCallInputParameterDS

public interface IFunctionCallInputParameterDS extends IReportingDS
This interface defines the methods that are needed to construct a function call input parameter object.
Since:
10.3
Author:
T. van der Griend
  • Method Summary

    Modifier and Type
    Method
    Description
    This method should return the input expression.
    This method should return the name of the input parameter

    Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS

    addMessage
  • Method Details

    • getParameterName

      String getParameterName()
      This method should return the name of the input parameter
      Returns:
      The input parameter name, never null.
    • getExpression

      String getExpression()
      This method should return the input expression.
      Returns:
      The input expression, never null.