Class XmlConditionDS
java.lang.Object
com.aquima.interactions.rule.ds.xml.parsing.datarule.XmlConditionDS
- All Implemented Interfaces:
IConditionDS
Xml datasource implementation.
- Since:
- 8.3
- Author:
- Jon van Leuven
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the name of the field.This method returns the operator that is used to compare the value expression to the field.This method returns the value expression.
-
Constructor Details
-
XmlConditionDS
-
-
Method Details
-
getFieldName
Description copied from interface:IConditionDS
This method returns the name of the field.- Specified by:
getFieldName
in interfaceIConditionDS
- Returns:
- The name of the field, may not be null or empty.
-
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 interfaceIConditionDS
- Returns:
- The operator of the condition, may not be null.
-
getValueExpression
Description copied from interface:IConditionDS
This method returns the value expression.- Specified by:
getValueExpression
in interfaceIConditionDS
- Returns:
- The value expression of the condition, may not be null.
-