org.opencrx.application.shop1.cci2
Interface StringPropertyTQuery

All Superinterfaces:
AnyTypePredicate

public interface StringPropertyTQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate domain()
          Adds a constraint to the predicate for StringPropertyT testing whether the value of the feature domain is null or not.
 StringTypePredicate forAllDomain()
          Adds a condition for the feature domain to the predicate for StringPropertyT, which evaluates to false unless the value of the feature domain satisfies the given condition.
 StringTypePredicate forAllStringValue()
          Adds a condition for the feature stringValue to the predicate for StringPropertyT, which evaluates to false unless the values of the feature stringValue satisfy the given condition.
 StringTypePredicate name()
           
 SimpleTypeOrder orderByDomain()
          Allows to adds a sort instruction for StringPropertyT depending the feature domain Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByName()
          Allows to adds a sort instruction for StringPropertyT depending the feature name Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedTypeOrder orderByStringValue()
          Allows to adds a sort instruction for StringPropertyT depending the feature stringValue Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedFeaturePredicate stringValue()
          Adds a constraint to the predicate for StringPropertyT testing whether the feature stringValue has values or not.
 StringTypePredicate thereExistsDomain()
          Adds a condition for the feature domain to the predicate for StringPropertyT, which evaluates to false unless the value of the feature domain satisfies the given condition.
 StringTypePredicate thereExistsStringValue()
          Adds a condition for the feature stringValue to the predicate for StringPropertyT, which evaluates to false unless the values of the feature stringValue satisfy the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

domain

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


thereExistsDomain

StringTypePredicate thereExistsDomain()
Adds a condition for the feature domain to the predicate for StringPropertyT, which evaluates to false unless the value of the feature domain satisfies the given condition.

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


forAllDomain

StringTypePredicate forAllDomain()
Adds a condition for the feature domain to the predicate for StringPropertyT, which evaluates to false unless the value of the feature domain satisfies the given condition.

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


orderByDomain

SimpleTypeOrder orderByDomain()
Allows to adds a sort instruction for StringPropertyT depending the feature domain Note: The order in which orderBy… instructions are given is relevant!


name

StringTypePredicate name()

orderByName

SimpleTypeOrder orderByName()
Allows to adds a sort instruction for StringPropertyT depending the feature name Note: The order in which orderBy… instructions are given is relevant!


stringValue

MultivaluedFeaturePredicate stringValue()
Adds a constraint to the predicate for StringPropertyT testing whether the feature stringValue has values or not.


thereExistsStringValue

StringTypePredicate thereExistsStringValue()
Adds a condition for the feature stringValue to the predicate for StringPropertyT, which evaluates to false unless the values of the feature stringValue satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllStringValue

StringTypePredicate forAllStringValue()
Adds a condition for the feature stringValue to the predicate for StringPropertyT, which evaluates to false unless the values of the feature stringValue satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


orderByStringValue

MultivaluedTypeOrder orderByStringValue()
Allows to adds a sort instruction for StringPropertyT depending the feature stringValue Note: The order in which orderBy… instructions are given is relevant!



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