public interface SubscriptionMatchesResultQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.BooleanTypePredicate |
forAllMatches()
Adds a condition for the feature
matches to the predicate for SubscriptionMatchesResult, which evaluates to false unless the value of the feature matches satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate |
matches()
Adds a constraint to the predicate for
SubscriptionMatchesResult testing whether the value of the feature matches is null or not. |
org.w3c.cci2.SimpleTypeOrder |
orderByMatches()
Allows to adds a sort instruction for
SubscriptionMatchesResult depending the feature matches
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.BooleanTypePredicate |
thereExistsMatches()
Adds a condition for the feature
matches to the predicate for SubscriptionMatchesResult, which evaluates to false unless the value of the feature matches satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate matches()
SubscriptionMatchesResult testing whether the value of the feature matches is null or not.org.w3c.cci2.BooleanTypePredicate thereExistsMatches()
matches to the predicate for SubscriptionMatchesResult, which evaluates to false unless the value of the feature matches satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.BooleanTypePredicate forAllMatches()
matches to the predicate for SubscriptionMatchesResult, which evaluates to false unless the value of the feature matches satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByMatches()
SubscriptionMatchesResult depending the feature matches
Note: The order in which orderBy… instructions are given is relevant!This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.