Class SingleConditionCheck.FormValueConditionData
- java.lang.Object
 - 
- de.xima.fc.workflow.processor.processing.SingleConditionCheck.FormValueConditionData
 
 
- 
- All Implemented Interfaces:
 ISingleConditionData<String,String>
- Enclosing class:
 - SingleConditionCheck
 
public static final class SingleConditionCheck.FormValueConditionData extends Object implements ISingleConditionData<String,String>
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)Deprecated.ImplementISingleConditionDatayourself, or just pass the individual arguments toSingleConditionEvaluator.test(Object, de.xima.fc.interfaces.condition.IMatchCondition, Object). 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLeftHandSide()StringgetMatchOperand()EMatchConditiongetOperator()StringgetRightHandSide()StringgetValueToCheck() 
 - 
 
- 
- 
Constructor Detail
- 
FormValueConditionData
@Deprecated public FormValueConditionData(String valueToCheck, EMatchCondition operator, String matchOperand)
Deprecated.ImplementISingleConditionDatayourself, or just pass the individual arguments toSingleConditionEvaluator.test(Object, de.xima.fc.interfaces.condition.IMatchCondition, Object).- 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()
- Specified by:
 getOperatorin interfaceISingleConditionData<String,String>- Returns:
 - Operator to apply on the value to check.
 
 
- 
getValueToCheck
public String getValueToCheck()
- Returns:
 - Value to check.
 
 
- 
getRightHandSide
public String getRightHandSide()
- Specified by:
 getRightHandSidein interfaceISingleConditionData<String,String>- Returns:
 - Value against which to compare the 
ISingleConditionData.getLeftHandSide(). 
 
- 
getLeftHandSide
public String getLeftHandSide()
- Specified by:
 getLeftHandSidein interfaceISingleConditionData<String,String>- Returns:
 - Value to check.
 
 
 - 
 
 -