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 constraint for the feature roomNumber to the predicate.
 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 constraint for the feature roomNumber to the predicate.
 
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 constraint for the feature roomNumber to the predicate. The predicate for RoomAddressable evaluates true if its value of feature roomNumber 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!


forAllRoomNumber

StringTypePredicate forAllRoomNumber()
Adds a constraint for the feature roomNumber to the predicate. The predicate for RoomAddressable evaluates true if its value of feature roomNumber 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!


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