org.opencrx.kernel.contract1.cci2
Interface CreateProductOfferingPositionResultQuery

All Superinterfaces:
AnyTypePredicate

public interface CreateProductOfferingPositionResultQuery
extends AnyTypePredicate


Method Summary
 EditableProductOfferingPositionQuery forAllOfferingPosition()
          Adds a constraint for the feature offeringPosition to the predicate.
 OptionalFeaturePredicate offeringPosition()
          Adds a constraint to the predicate for CreateProductOfferingPositionResult testing whether the value of the feature offeringPosition is null or not.
 EditableProductOfferingPositionQuery thereExistsOfferingPosition()
          Adds a constraint for the feature offeringPosition to the predicate.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

offeringPosition

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


thereExistsOfferingPosition

EditableProductOfferingPositionQuery thereExistsOfferingPosition()
Adds a constraint for the feature offeringPosition to the predicate. The predicate for CreateProductOfferingPositionResult evaluates true if its value of feature offeringPosition 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!


forAllOfferingPosition

EditableProductOfferingPositionQuery forAllOfferingPosition()
Adds a constraint for the feature offeringPosition to the predicate. The predicate for CreateProductOfferingPositionResult evaluates true if its value of feature offeringPosition 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.