|
||||||||||
| 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 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 |
|---|
OptionalFeaturePredicate roomNumber()
RoomAddressable
testing whether the value of the feature roomNumber is
null or not.
StringTypePredicate thereExistsRoomNumber()
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!
StringTypePredicate forAllRoomNumber()
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!
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 | |||||||||