| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.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. |
org.w3c.cci2.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! |
org.w3c.cci2.OptionalFeaturePredicate |
roomNumber()
Adds a constraint to the predicate for
RoomAddressable testing whether the value of the feature roomNumber is null or not. |
org.w3c.cci2.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. |
org.w3c.cci2.OptionalFeaturePredicate roomNumber()
RoomAddressable testing whether the value of the feature roomNumber is null or not.org.w3c.cci2.StringTypePredicate thereExistsRoomNumber()
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
org.w3c.cci2.StringTypePredicate forAllRoomNumber()
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
org.w3c.cci2.SimpleTypeOrder orderByRoomNumber()
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-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.