org.opencrx.kernel.address1.cci2
Interface RoomAddressableQuery

All Superinterfaces:
AnyTypePredicate
All Known Subinterfaces:
RoomQuery, RoomQuery, RoomQuery

public interface RoomAddressableQuery
extends AnyTypePredicate


Method Summary
 StringTypePredicate forAllRoomNumber()
          Adds a condition for the feature roomNumber to the predicate for RoomAddressable, which evaluates to false unless the value of the feature roomNumber satisfies the given condition.
 SimpleTypeOrder orderByRoomNumber()
          Allows to adds a sort instruction for RoomAddressable depending the feature roomNumber Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate roomNumber()
          Adds a constraint to the predicate for RoomAddressable testing whether the value of the feature roomNumber is null or not.
 StringTypePredicate thereExistsRoomNumber()
          Adds a condition for the feature roomNumber to the predicate for RoomAddressable, which evaluates to false unless the value of the feature roomNumber satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

roomNumber

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


thereExistsRoomNumber

StringTypePredicate thereExistsRoomNumber()
Adds a condition for the feature roomNumber to the predicate for RoomAddressable, which evaluates to false unless the value of the feature roomNumber satisfies the given condition.

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


forAllRoomNumber

StringTypePredicate forAllRoomNumber()
Adds a condition for the feature roomNumber to the predicate for RoomAddressable, which evaluates to false unless the value of the feature roomNumber satisfies the given condition.

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


orderByRoomNumber

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



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