Class AbstractSetCriteria

    • Constructor Detail

      • AbstractSetCriteria

        protected AbstractSetCriteria()
        Constructor for AbstractSetCriteria.
    • Method Detail

      • getExpression

        public Expression getExpression()
        Gets the membership expression to be compared.
        Returns:
        The membership expression
      • setExpression

        public void setExpression​(Expression expression)
        Sets the membership expression
        Parameters:
        expression - The membership expression
      • isNegated

        public boolean isNegated()
        Returns whether this criteria is negated.
        Returns:
        flag indicating whether this criteria contains a NOT
      • setNegated

        public void setNegated​(boolean negationFlag)
        Sets the negation flag for this criteria.
        Parameters:
        negationFlag - true if this criteria contains a NOT; false otherwise