java.lang.Object
com.aquima.interactions.rule.ds.xml.r17.parsing.datarule.XmlConditionDS
All Implemented Interfaces:
IConditionDS

public final class XmlConditionDS extends Object implements IConditionDS
Xml datasource implementation.
Since:
8.3
Author:
Jon van Leuven
  • Method Details

    • getFieldName

      public String getFieldName()
      Description copied from interface: IConditionDS
      This method returns the name of the field.
      Specified by:
      getFieldName in interface IConditionDS
      Returns:
      The name of the field, may not be null or empty.
    • getOperator

      public Operator getOperator()
      Description copied from interface: IConditionDS
      This method returns the operator that is used to compare the value expression to the field.
      Specified by:
      getOperator in interface IConditionDS
      Returns:
      The operator of the condition, may not be null.
    • getValueExpression

      public String getValueExpression()
      Description copied from interface: IConditionDS
      This method returns the value expression.
      Specified by:
      getValueExpression in interface IConditionDS
      Returns:
      The value expression of the condition, may not be null.