public interface SegmentQuery extends SegmentQuery
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.MultivaluedFeaturePredicate |
configuration()
Adds a constraint to the predicate for
Segment testing whether the feature configuration has values or not. |
ComponentConfigurationQuery |
forAllConfiguration()
Adds a condition for the feature
configuration to the predicate for Segment, which evaluates to false unless the value of the feature configuration satisfies the given condition. |
ComponentConfigurationQuery |
thereExistsConfiguration()
Adds a condition for the feature
configuration to the predicate for Segment, which evaluates to false unless the value of the feature configuration satisfies the given condition. |
org.w3c.cci2.MultivaluedFeaturePredicate configuration()
Segment testing whether the feature configuration has values or not.ComponentConfigurationQuery thereExistsConfiguration()
configuration to the predicate for Segment, which evaluates to false unless the value of the feature configuration satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ComponentConfigurationQuery forAllConfiguration()
configuration to the predicate for Segment, which evaluates to false unless the value of the feature configuration 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.