Uses of Class
com.blazebit.persistence.parser.predicate.PredicateQuantifier
| Package | Description |
|---|---|
| com.blazebit.persistence.parser.predicate |
-
Uses of PredicateQuantifier in com.blazebit.persistence.parser.predicate
Fields in com.blazebit.persistence.parser.predicate declared as PredicateQuantifier Modifier and Type Field Description protected PredicateQuantifierQuantifiableBinaryExpressionPredicate. quantifierMethods in com.blazebit.persistence.parser.predicate that return PredicateQuantifier Modifier and Type Method Description PredicateQuantifierQuantifiableBinaryExpressionPredicate. getQuantifier()static PredicateQuantifierPredicateQuantifier. valueOf(String name)Returns the enum constant of this type with the specified name.static PredicateQuantifier[]PredicateQuantifier. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.blazebit.persistence.parser.predicate with parameters of type PredicateQuantifier Modifier and Type Method Description voidQuantifiableBinaryExpressionPredicate. setQuantifier(PredicateQuantifier quantifier)Constructors in com.blazebit.persistence.parser.predicate with parameters of type PredicateQuantifier Constructor Description EqPredicate(Expression left, Expression right, PredicateQuantifier quantifier)EqPredicate(Expression left, Expression right, PredicateQuantifier quantifier, boolean negated)GePredicate(Expression left, Expression right, PredicateQuantifier quantifier, boolean negated)GtPredicate(Expression left, Expression right, PredicateQuantifier quantifier, boolean negated)LePredicate(Expression left, Expression right, PredicateQuantifier quantifier, boolean negated)LtPredicate(Expression left, Expression right, PredicateQuantifier quantifier, boolean negated)QuantifiableBinaryExpressionPredicate(Expression left, Expression right, PredicateQuantifier quantifier, boolean negated)