Class SingleConditionCheck.FormValueConditionData
- java.lang.Object
-
- de.xima.fc.workflow.processor.processing.SingleConditionCheck.FormValueConditionData
-
- Enclosing class:
- SingleConditionCheck
public static final class SingleConditionCheck.FormValueConditionData extends Object
POJO with parameters forSingleConditionCheck.test(FormValueConditionData).- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description FormValueConditionData(String valueToCheck, EMatchCondition operator, String matchOperand)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMatchOperand()EMatchConditiongetOperator()StringgetValueToCheck()
-
-
-
Constructor Detail
-
FormValueConditionData
public FormValueConditionData(String valueToCheck, EMatchCondition operator, String matchOperand)
- Parameters:
valueToCheck- Left hand side, value to check against thematchOperand.operator- Operator indicating how the two values are compared against each other.matchOperand- Right hand side, value to check against thevalueToCheck.
-
-
Method Detail
-
getMatchOperand
public String getMatchOperand()
- Returns:
- Value against which to compare the
getValueToCheck().
-
getOperator
public EMatchCondition getOperator()
- Returns:
- Operator to apply on the value to check.
-
getValueToCheck
public String getValueToCheck()
- Returns:
- Value to check.
-
-