org.opencrx.kernel.contract1.cci2
Interface CreatePositionResultQuery

All Superinterfaces:
AnyTypePredicate

public interface CreatePositionResultQuery
extends AnyTypePredicate


Method Summary
 ContractPositionQuery forAllPosition()
          Adds a condition for the feature position to the predicate for CreatePositionResult, which evaluates to false unless the value of the feature position satisfies the given condition.
 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 condition for the feature position to the predicate for CreatePositionResult, which evaluates to false unless the value of the feature position satisfies the given condition.
 
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 condition for the feature position to the predicate for CreatePositionResult, which evaluates to false unless the value of the feature position satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllPosition

ContractPositionQuery forAllPosition()
Adds a condition for the feature position to the predicate for CreatePositionResult, which evaluates to false unless the value of the feature position 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-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.