Class MatchConditionTemplate

java.lang.Object
com.aquima.interactions.test.templates.AbstractReportingTemplate
com.aquima.interactions.test.templates.mapping.MatchConditionTemplate

public class MatchConditionTemplate extends AbstractReportingTemplate
Template that may be used to define a match condition.
Since:
7.1
Author:
J. van Leuven
  • Constructor Details

    • MatchConditionTemplate

      protected MatchConditionTemplate(com.aquima.interactions.foundation.report.IInitializationReport report, String sourceExpression, com.aquima.interactions.mapping.ds.MatchConditionOperator opr, String targetExpression)
  • Method Details

    • getSourceExpression

      protected String getSourceExpression()
    • getOperator

      protected com.aquima.interactions.mapping.ds.MatchConditionOperator getOperator()
    • getTargetExpression

      protected String getTargetExpression()