org.opencrx.kernel.address1.cci2
Interface AddressableQuery

All Superinterfaces:
AnyTypePredicate
All Known Subinterfaces:
AccountAddressQuery, AccountAddressQuery, ContractAddressQuery, EMailAddressQuery, EMailAddressQuery, EMailAddressQuery, PhoneNumberQuery, PhoneNumberQuery, PhoneNumberQuery, PostalAddressQuery, PostalAddressQuery, PostalAddressQuery, ProductAddressQuery, RoomQuery, RoomQuery, WebAddressQuery, WebAddressQuery, WebAddressQuery

public interface AddressableQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate building()
          Adds a constraint to the predicate for Addressable testing whether the value of the feature building is null or not.
 AbstractBuildingUnitQuery forAllBuilding()
          Adds a condition for the feature building to the predicate for Addressable, which evaluates to false unless the value of the feature building satisfies the given condition.
 ComparableTypePredicate<Short> forAllUsage()
          Adds a condition for the feature usage to the predicate for Addressable, which evaluates to false unless the values of the feature usage satisfy the given condition.
 BooleanTypePredicate isMain()
           
 SimpleTypeOrder orderByIsMain()
          Allows to adds a sort instruction for Addressable depending the feature isMain Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedTypeOrder orderByUsage()
          Allows to adds a sort instruction for Addressable depending the feature usage Note: The order in which orderBy… instructions are given is relevant!
 AbstractBuildingUnitQuery thereExistsBuilding()
          Adds a condition for the feature building to the predicate for Addressable, which evaluates to false unless the value of the feature building satisfies the given condition.
 ComparableTypePredicate<Short> thereExistsUsage()
          Adds a condition for the feature usage to the predicate for Addressable, which evaluates to false unless the values of the feature usage satisfy the given condition.
 MultivaluedFeaturePredicate usage()
          Adds a constraint to the predicate for Addressable testing whether the feature usage has values or not.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

building

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


thereExistsBuilding

AbstractBuildingUnitQuery thereExistsBuilding()
Adds a condition for the feature building to the predicate for Addressable, which evaluates to false unless the value of the feature building satisfies the given condition.

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


forAllBuilding

AbstractBuildingUnitQuery forAllBuilding()
Adds a condition for the feature building to the predicate for Addressable, which evaluates to false unless the value of the feature building satisfies the given condition.

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


isMain

BooleanTypePredicate isMain()

orderByIsMain

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


usage

MultivaluedFeaturePredicate usage()
Adds a constraint to the predicate for Addressable testing whether the feature usage has values or not.


thereExistsUsage

ComparableTypePredicate<Short> thereExistsUsage()
Adds a condition for the feature usage to the predicate for Addressable, which evaluates to false unless the values of the feature usage satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllUsage

ComparableTypePredicate<Short> forAllUsage()
Adds a condition for the feature usage to the predicate for Addressable, which evaluates to false unless the values of the feature usage satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


orderByUsage

MultivaluedTypeOrder orderByUsage()
Allows to adds a sort instruction for Addressable depending the feature usage Note: The order in which orderBy… instructions are given is relevant!



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