|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RoomAddressableQuery
| 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 |
|---|
OptionalFeaturePredicate roomNumber()
RoomAddressable
testing whether the value of the feature roomNumber is
null or not.
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
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
SimpleTypeOrder orderByRoomNumber()
RoomAddressable
depending the feature roomNumber
Note: The order in which orderBy…
instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||