org.opencrx.kernel.address1.cci2
Interface WebAddressableQuery

All Superinterfaces:
AnyTypePredicate
All Known Subinterfaces:
WebAddressQuery, WebAddressQuery, WebAddressQuery, WebAddressQuery

public interface WebAddressableQuery
extends AnyTypePredicate


Method Summary
 ResourceIdentifierTypePredicate<URI> 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<URI> 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

webUrl

OptionalFeaturePredicate webUrl()
Adds a constraint to the predicate for WebAddressable testing whether the value of the feature webUrl is null or not.


thereExistsWebUrl

ResourceIdentifierTypePredicate<URI> thereExistsWebUrl()
Adds a constraint for the feature 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!


forAllWebUrl

ResourceIdentifierTypePredicate<URI> forAllWebUrl()
Adds a constraint for the feature 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!


orderByWebUrl

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!



This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.