Class SingleConditionCheck.FormValueConditionData

    • Constructor Detail

      • FormValueConditionData

        public FormValueConditionData​(String valueToCheck,
                                      EMatchCondition operator,
                                      String matchOperand)
        Parameters:
        valueToCheck - Left hand side, value to check against the matchOperand.
        operator - Operator indicating how the two values are compared against each other.
        matchOperand - Right hand side, value to check against the valueToCheck.
    • Method Detail

      • getOperator

        public EMatchCondition getOperator()
        Returns:
        Operator to apply on the value to check.
      • getValueToCheck

        public String getValueToCheck()
        Returns:
        Value to check.