Package de.xima.fc.interfaces.condition
Interface ICompoundConditionData
- All Known Implementing Classes:
MultipleConditionCheck.MultipleConditionData
public interface ICompoundConditionData
POJO interface with the with parameters for
CompoundConditionEvaluator.test(ICompoundConditionData)
.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
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 indivdual conditions to combine.
-