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