Class ParameterTemplate

java.lang.Object
com.aquima.interactions.test.templates.ParameterTemplate

public class ParameterTemplate extends Object
Since:
9.3
Author:
J. Hermus
  • Constructor Details

    • ParameterTemplate

      protected ParameterTemplate(String parameterName, com.aquima.interactions.project.ParameterType parameterType, com.aquima.interactions.project.Direction direction)
  • Method Details

    • addExpression

      public ParameterTemplate addExpression(String key, String expression)
    • addReference

      public ParameterTemplate addReference(String key, String reference)
    • addValue

      public ParameterTemplate addValue(String key, com.aquima.interactions.foundation.IPrimitiveValue value)
    • getParameterType

      protected com.aquima.interactions.project.ParameterType getParameterType()
    • getParameterName

      protected String getParameterName()
    • getDirection

      protected com.aquima.interactions.project.Direction getDirection()
    • getParameterValues

      protected List<ParameterValueTemplate> getParameterValues()
    • toDataSource

      public com.aquima.interactions.test.templates.ParameterDS toDataSource()
      Constructs a data source based on the settings of this template.
      Returns:
      The data source which is never null