Package de.xima.fc.interfaces.condition
Interface ICompoundConditionData
-
- All Known Implementing Classes:
MultipleConditionCheck.MultipleConditionData
public interface ICompoundConditionDataPOJO interface with the with parameters forCompoundConditionEvaluator.test(ICompoundConditionData).- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EMultipleConditionCombinationTypegetCombinationType()StringgetCustomExpression()IIndividualConditions<?>getIndividualConditions()
-
-
-
Method Detail
-
getCombinationType
EMultipleConditionCombinationType getCombinationType()
- Returns:
- Custom combination expression for
EMultipleConditionCombinationType.CUSTOM.
-
getCustomExpression
String getCustomExpression()
- Returns:
- How to combine the individual results.
-
getIndividualConditions
IIndividualConditions<?> getIndividualConditions()
- Returns:
- The individual conditions to combine.
-
-