Package de.xima.fc.interfaces.condition
Interface ICompoundConditionData
-
- All Known Implementing Classes:
MultipleConditionCheck.MultipleConditionData
public interface ICompoundConditionData
POJO 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 EMultipleConditionCombinationType
getCombinationType()
String
getCustomExpression()
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 indivdual conditions to combine.
-
-