Uses of Enum
com.blazebit.persistence.parser.predicate.PredicateQuantifier
Packages that use PredicateQuantifier
-
Uses of PredicateQuantifier in com.blazebit.persistence.parser.predicate
Fields in com.blazebit.persistence.parser.predicate declared as PredicateQuantifierModifier and TypeFieldDescriptionprotected PredicateQuantifierQuantifiableBinaryExpressionPredicate.quantifierMethods in com.blazebit.persistence.parser.predicate that return PredicateQuantifierModifier and TypeMethodDescriptionQuantifiableBinaryExpressionPredicate.getQuantifier()static PredicateQuantifierReturns 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 PredicateQuantifierModifier and TypeMethodDescriptionvoidQuantifiableBinaryExpressionPredicate.setQuantifier(PredicateQuantifier quantifier) Constructors in com.blazebit.persistence.parser.predicate with parameters of type PredicateQuantifierModifierConstructorDescriptionEqPredicate(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)