|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebAddressableQuery
| Method Summary | |
|---|---|
StringTypePredicate |
forAllWebUrl()
Adds a condition for the feature webUrl to the predicate for WebAddressable, which evaluates to false unless the value of the feature webUrl satisfies the given condition. |
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! |
StringTypePredicate |
thereExistsWebUrl()
Adds a condition for the feature webUrl to the predicate for WebAddressable, which evaluates to false unless the value of the feature webUrl satisfies the given condition. |
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, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate webUrl()
WebAddressable testing whether the value of the feature webUrl is null or not.
StringTypePredicate thereExistsWebUrl()
webUrl to the predicate for WebAddressable, which evaluates to false unless the value of the feature webUrl satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllWebUrl()
webUrl to the predicate for WebAddressable, which evaluates to false unless the value of the feature webUrl satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
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 | |||||||||