|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebAddressableQuery
| Method Summary | |
|---|---|
ResourceIdentifierTypePredicate |
forAllWebUrl()
Adds a constraint for the feature webUrl to the predicate. |
SimpleTypeOrder |
orderByWebUrl()
Allows to adds a sort instruction for WebAddressable
depending the feature webUrl
Note: The order in which orderBy…
instructions are given is relevant! |
ResourceIdentifierTypePredicate |
thereExistsWebUrl()
Adds a constraint for the feature webUrl to the predicate. |
OptionalFeaturePredicate |
webUrl()
Adds a constraint to the predicate for WebAddressable
testing whether the value of the feature webUrl is
null or not. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate webUrl()
WebAddressable
testing whether the value of the feature webUrl is
null or not.
ResourceIdentifierTypePredicate thereExistsWebUrl()
webUrl to the predicate.
The predicate for WebAddressable evaluates
true if its value of feature webUrl 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!
ResourceIdentifierTypePredicate forAllWebUrl()
webUrl to the predicate.
The predicate for WebAddressable evaluates
true if its value of feature webUrl 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 orderByWebUrl()
WebAddressable
depending the feature webUrl
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 | |||||||||