org.opencrx.kernel.contract1.query
Interface UpdateInventoryResultQuery

All Superinterfaces:
AnyTypePredicate
All Known Implementing Classes:
UpdateInventoryResultFilterImpl

public interface UpdateInventoryResultQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate compoundBooking()
          Adds a constraint to the predicate for UpdateInventoryResult testing whether the value of the feature compoundBooking is null or not.
 CompoundBookingQuery forAllCompoundBooking()
          Adds a constraint for the feature compoundBooking to the predicate.
 CompoundBookingQuery thereExistsCompoundBooking()
          Adds a constraint for the feature compoundBooking to the predicate.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

compoundBooking

OptionalFeaturePredicate compoundBooking()
Adds a constraint to the predicate for UpdateInventoryResult testing whether the value of the feature compoundBooking is null or not.


thereExistsCompoundBooking

CompoundBookingQuery thereExistsCompoundBooking()
Adds a constraint for the feature compoundBooking to the predicate. The predicate for UpdateInventoryResult evaluates true if its value of feature compoundBooking satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllCompoundBooking

CompoundBookingQuery forAllCompoundBooking()
Adds a constraint for the feature compoundBooking to the predicate. The predicate for UpdateInventoryResult evaluates true if its value of feature compoundBooking satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!



This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.