org.opencrx.kernel.contract1.query
Interface CreatePositionResultQuery

All Superinterfaces:
AnyTypePredicate
All Known Implementing Classes:
CreatePositionResultFilterImpl

public interface CreatePositionResultQuery
extends AnyTypePredicate


Method Summary
 ContractPositionQuery forAllPosition()
          Adds a constraint for the feature position to the predicate.
 OptionalFeaturePredicate position()
          Adds a constraint to the predicate for CreatePositionResult testing whether the value of the feature position is null or not.
 ContractPositionQuery thereExistsPosition()
          Adds a constraint for the feature position to the predicate.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

position

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


thereExistsPosition

ContractPositionQuery thereExistsPosition()
Adds a constraint for the feature position to the predicate. The predicate for CreatePositionResult evaluates true if its value of feature position 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!


forAllPosition

ContractPositionQuery forAllPosition()
Adds a constraint for the feature position to the predicate. The predicate for CreatePositionResult evaluates true if its value of feature position 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.