Uses of Enum Class
com.sap.cds.ql.cqn.CqnMatchPredicate.Quantifier
Packages that use CqnMatchPredicate.Quantifier
-
Uses of CqnMatchPredicate.Quantifier in com.sap.cds.ql
Methods in com.sap.cds.ql with parameters of type CqnMatchPredicate.QuantifierModifier and TypeMethodDescriptionstatic PredicateCQL.match(CqnStructuredTypeRef ref, CqnPredicate pred, CqnMatchPredicate.Quantifier quantifier) Creates a match predicate that tests if a given ref matches a given filterCqnBuilder.QueryBuilderSupport.match(CqnStructuredTypeRef ref, CqnPredicate pred, CqnMatchPredicate.Quantifier quantifier) -
Uses of CqnMatchPredicate.Quantifier in com.sap.cds.ql.cqn
Methods in com.sap.cds.ql.cqn that return CqnMatchPredicate.QuantifierModifier and TypeMethodDescriptionCqnMatchPredicate.quantifier()Whether all or any elements need to fulfill the conditionstatic CqnMatchPredicate.QuantifierReturns the enum constant of this class with the specified name.static CqnMatchPredicate.Quantifier[]CqnMatchPredicate.Quantifier.values()Returns an array containing the constants of this enum class, in the order they are declared.