org.opencrx.kernel.address1.cci2
Interface WebAddressableQuery

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

public interface WebAddressableQuery
extends AnyTypePredicate


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

webUrl

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


thereExistsWebUrl

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllWebUrl

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


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-2012, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.