public interface SegmentQuery extends SegmentQuery, ExporterQuery, ImporterQuery, SecureObjectQuery
| Modifier and Type | Method and Description |
|---|---|
CodeValueContainerQuery |
forAllValueContainer()
Adds a condition for the feature
valueContainer to the predicate for Segment, which evaluates to false unless the value of the feature valueContainer satisfies the given condition. |
CodeValueContainerQuery |
thereExistsValueContainer()
Adds a condition for the feature
valueContainer to the predicate for Segment, which evaluates to false unless the value of the feature valueContainer satisfies the given condition. |
org.w3c.cci2.MultivaluedFeaturePredicate |
valueContainer()
Adds a constraint to the predicate for
Segment testing whether the feature valueContainer has values or not. |
description, extent, forAllDescription, forAllExtent, orderByDescription, provider, thereExistsDescription, thereExistsExtentelementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualToaccessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUserorg.w3c.cci2.MultivaluedFeaturePredicate valueContainer()
Segment testing whether the feature valueContainer has values or not.CodeValueContainerQuery thereExistsValueContainer()
valueContainer to the predicate for Segment, which evaluates to false unless the value of the feature valueContainer satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
CodeValueContainerQuery forAllValueContainer()
valueContainer to the predicate for Segment, which evaluates to false unless the value of the feature valueContainer 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.