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 constraint for the feature building to the predicate.
 ComparableTypePredicate<Short> forAllUsage()
          Adds a constraint for the feature usage to the predicate.
 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 constraint for the feature building to the predicate.
 ComparableTypePredicate<Short> thereExistsUsage()
          Adds a constraint for the feature usage to the predicate.
 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, 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 constraint for the feature building to the predicate. The predicate for Addressable evaluates true if its value of feature building 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!


forAllBuilding

AbstractBuildingUnitQuery forAllBuilding()
Adds a constraint for the feature building to the predicate. The predicate for Addressable evaluates true if its value of feature building 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!


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 constraint for the feature usage to the predicate. The predicate for Addressable evaluates true if at least one of its values of feature usage satisfies the given condition.

Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the predicate evaluates to false!


forAllUsage

ComparableTypePredicate<Short> forAllUsage()
Adds a constraint for the feature usage to the predicate. The predicate for Addressable evaluates true if all of its values of feature usage satisfy the selected condition.

Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the predicate evaluates to true!


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-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.