Class SimpleCondition

    • Constructor Detail

      • SimpleCondition

        public SimpleCondition()
    • Method Detail

      • not

        public final Condition not()
        NOT condition of condition query object.
        Returns:
        The condition
      • isNot

        public final boolean isNot()
        Does test result get inverted?
        Returns:
        true if test result gets inverted, false otherwise.
      • setNot

        public final void setNot​(boolean not)
        Set if test result has to be inverted.
        Parameters:
        not - true if test result gets inverted, false otherwise.
      • getExpression

        public final Expression getExpression()
        Get expression to test.
        Returns:
        Expression to test.
      • setExpression

        public final void setExpression​(Expression expression)
        Set expression to test.
        Parameters:
        expression - Expression to test.