public interface PropertySetQuery
extends org.w3c.cci2.AnyTypePredicate
| Type | Property and Description |
|---|---|
PropertyQuery |
forAll
Adds a condition for the feature
property to the predicate for PropertySet, which evaluates to false unless the value of the feature property satisfies the given condition. |
PropertyQuery |
thereExists
Adds a condition for the feature
property to the predicate for PropertySet, which evaluates to false unless the value of the feature property satisfies the given condition. |
| Modifier and Type | Method and Description |
|---|---|
PropertyQuery |
forAllProperty()
Adds a condition for the feature
property to the predicate for PropertySet, which evaluates to false unless the value of the feature property satisfies the given condition. |
org.w3c.cci2.MultivaluedFeaturePredicate |
property()
Adds a constraint to the predicate for
PropertySet testing whether the feature property has values or not. |
PropertyQuery |
thereExistsProperty()
Adds a condition for the feature
property to the predicate for PropertySet, which evaluates to false unless the value of the feature property satisfies the given condition. |
property to the predicate for PropertySet, which evaluates to false unless the value of the feature property satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
property to the predicate for PropertySet, which evaluates to false unless the value of the feature property satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.MultivaluedFeaturePredicate property()
PropertySet testing whether the feature property has values or not.PropertyQuery thereExistsProperty()
property to the predicate for PropertySet, which evaluates to false unless the value of the feature property satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
PropertyQuery forAllProperty()
property to the predicate for PropertySet, which evaluates to false unless the value of the feature property satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.