Class FcMultipleConditionProps.SingleCondition

    • Constructor Detail

      • SingleCondition

        public SingleCondition()
    • Method Detail

      • getMatchCondition

        public EMatchCondition getMatchCondition()
        Returns:
        The operator for comparing the operands.
      • getMatchOperandLhs

        public String getMatchOperandLhs()
        Returns:
        The left hand side with the value to be tested by the getMatchCondition().
      • getMatchOperandRhs

        public String getMatchOperandRhs()
        Returns:
        The right hand side with the value to test against, if required by the getMatchCondition().
      • isShowMatchOperandRhs

        public boolean isShowMatchOperandRhs()
        Returns:
        Whether the right hand side mathc operand should be shown in the UI.
      • setMatchCondition

        public void setMatchCondition​(EMatchCondition matchCondition)
        Parameters:
        matchCondition - The operator for comparing the operands.
      • setMatchOperandLhs

        public void setMatchOperandLhs​(String matchOperandLhs)
        Parameters:
        matchOperandLhs - The left hand side with the value to be tested by the getMatchCondition().
      • setMatchOperandRhs

        public void setMatchOperandRhs​(String matchOperandRhs)
        Parameters:
        matchOperandRhs - The right hand side with the value to test against, if required by the getMatchCondition().