org.opencrx.application.shop1.cci2
Interface PhoneNumberTQuery

All Superinterfaces:
AnyTypePredicate

public interface PhoneNumberTQuery
extends AnyTypePredicate


Method Summary
 BooleanTypePredicate forAllPhoneNumberVerified()
          Adds a condition for the feature phoneNumberVerified to the predicate for PhoneNumberT, which evaluates to false unless the value of the feature phoneNumberVerified satisfies the given condition.
 ComparableTypePredicate<Integer> forAllProviderName()
          Adds a condition for the feature providerName to the predicate for PhoneNumberT, which evaluates to false unless the value of the feature providerName satisfies the given condition.
 BooleanTypePredicate forAllProviderVerified()
          Adds a condition for the feature providerVerified to the predicate for PhoneNumberT, which evaluates to false unless the value of the feature providerVerified satisfies the given condition.
 SimpleTypeOrder orderByPhoneNumber()
          Allows to adds a sort instruction for PhoneNumberT depending the feature phoneNumber Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPhoneNumberVerified()
          Allows to adds a sort instruction for PhoneNumberT depending the feature phoneNumberVerified Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByProviderName()
          Allows to adds a sort instruction for PhoneNumberT depending the feature providerName Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByProviderVerified()
          Allows to adds a sort instruction for PhoneNumberT depending the feature providerVerified Note: The order in which orderBy… instructions are given is relevant!
 StringTypePredicate phoneNumber()
           
 OptionalFeaturePredicate phoneNumberVerified()
          Adds a constraint to the predicate for PhoneNumberT testing whether the value of the feature phoneNumberVerified is null or not.
 OptionalFeaturePredicate providerName()
          Adds a constraint to the predicate for PhoneNumberT testing whether the value of the feature providerName is null or not.
 OptionalFeaturePredicate providerVerified()
          Adds a constraint to the predicate for PhoneNumberT testing whether the value of the feature providerVerified is null or not.
 BooleanTypePredicate thereExistsPhoneNumberVerified()
          Adds a condition for the feature phoneNumberVerified to the predicate for PhoneNumberT, which evaluates to false unless the value of the feature phoneNumberVerified satisfies the given condition.
 ComparableTypePredicate<Integer> thereExistsProviderName()
          Adds a condition for the feature providerName to the predicate for PhoneNumberT, which evaluates to false unless the value of the feature providerName satisfies the given condition.
 BooleanTypePredicate thereExistsProviderVerified()
          Adds a condition for the feature providerVerified to the predicate for PhoneNumberT, which evaluates to false unless the value of the feature providerVerified satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

phoneNumber

StringTypePredicate phoneNumber()

orderByPhoneNumber

SimpleTypeOrder orderByPhoneNumber()
Allows to adds a sort instruction for PhoneNumberT depending the feature phoneNumber Note: The order in which orderBy… instructions are given is relevant!


phoneNumberVerified

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


thereExistsPhoneNumberVerified

BooleanTypePredicate thereExistsPhoneNumberVerified()
Adds a condition for the feature phoneNumberVerified to the predicate for PhoneNumberT, which evaluates to false unless the value of the feature phoneNumberVerified satisfies the given condition.

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


forAllPhoneNumberVerified

BooleanTypePredicate forAllPhoneNumberVerified()
Adds a condition for the feature phoneNumberVerified to the predicate for PhoneNumberT, which evaluates to false unless the value of the feature phoneNumberVerified satisfies the given condition.

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


orderByPhoneNumberVerified

SimpleTypeOrder orderByPhoneNumberVerified()
Allows to adds a sort instruction for PhoneNumberT depending the feature phoneNumberVerified Note: The order in which orderBy… instructions are given is relevant!


providerName

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


thereExistsProviderName

ComparableTypePredicate<Integer> thereExistsProviderName()
Adds a condition for the feature providerName to the predicate for PhoneNumberT, which evaluates to false unless the value of the feature providerName satisfies the given condition.

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


forAllProviderName

ComparableTypePredicate<Integer> forAllProviderName()
Adds a condition for the feature providerName to the predicate for PhoneNumberT, which evaluates to false unless the value of the feature providerName satisfies the given condition.

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


orderByProviderName

SimpleTypeOrder orderByProviderName()
Allows to adds a sort instruction for PhoneNumberT depending the feature providerName Note: The order in which orderBy… instructions are given is relevant!


providerVerified

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


thereExistsProviderVerified

BooleanTypePredicate thereExistsProviderVerified()
Adds a condition for the feature providerVerified to the predicate for PhoneNumberT, which evaluates to false unless the value of the feature providerVerified satisfies the given condition.

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


forAllProviderVerified

BooleanTypePredicate forAllProviderVerified()
Adds a condition for the feature providerVerified to the predicate for PhoneNumberT, which evaluates to false unless the value of the feature providerVerified satisfies the given condition.

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


orderByProviderVerified

SimpleTypeOrder orderByProviderVerified()
Allows to adds a sort instruction for PhoneNumberT depending the feature providerVerified Note: The order in which orderBy… instructions are given is relevant!



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