org.opencrx.application.shop1.cci2
Interface ProductConfigurationTQuery

All Superinterfaces:
AnyTypePredicate

public interface ProductConfigurationTQuery
extends AnyTypePredicate


Method Summary
 StringPropertyTQuery forAllProperty()
          Adds a condition for the feature property to the predicate for ProductConfigurationT, which evaluates to false unless the values of the feature property satisfy the given condition.
 SimpleTypeOrder orderByPropertySetName()
          Allows to adds a sort instruction for ProductConfigurationT depending the feature propertySetName Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedFeaturePredicate property()
          Adds a constraint to the predicate for ProductConfigurationT testing whether the feature property has values or not.
 StringTypePredicate propertySetName()
           
 StringPropertyTQuery thereExistsProperty()
          Adds a condition for the feature property to the predicate for ProductConfigurationT, which evaluates to false unless the values of the feature property satisfy the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

property

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


thereExistsProperty

StringPropertyTQuery thereExistsProperty()
Adds a condition for the feature property to the predicate for ProductConfigurationT, which evaluates to false unless the values of the feature property 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


forAllProperty

StringPropertyTQuery forAllProperty()
Adds a condition for the feature property to the predicate for ProductConfigurationT, which evaluates to false unless the values of the feature property 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


propertySetName

StringTypePredicate propertySetName()

orderByPropertySetName

SimpleTypeOrder orderByPropertySetName()
Allows to adds a sort instruction for ProductConfigurationT depending the feature propertySetName 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.