org.opencrx.application.shop1.cci2
Interface UpdateCustomerContractResultQuery

All Superinterfaces:
AnyTypePredicate

public interface UpdateCustomerContractResultQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate customerContract()
          Adds a constraint to the predicate for UpdateCustomerContractResult testing whether the value of the feature customerContract is null or not.
 CustomerContractTQuery forAllCustomerContract()
          Adds a condition for the feature customerContract to the predicate for UpdateCustomerContractResult, which evaluates to false unless the value of the feature customerContract satisfies the given condition.
 ReturnStatusTQuery status()
           
 CustomerContractTQuery thereExistsCustomerContract()
          Adds a condition for the feature customerContract to the predicate for UpdateCustomerContractResult, which evaluates to false unless the value of the feature customerContract satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

customerContract

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


thereExistsCustomerContract

CustomerContractTQuery thereExistsCustomerContract()
Adds a condition for the feature customerContract to the predicate for UpdateCustomerContractResult, which evaluates to false unless the value of the feature customerContract satisfies the given condition.

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


forAllCustomerContract

CustomerContractTQuery forAllCustomerContract()
Adds a condition for the feature customerContract to the predicate for UpdateCustomerContractResult, which evaluates to false unless the value of the feature customerContract satisfies the given condition.

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


status

ReturnStatusTQuery status()


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