org.opencrx.application.shop1.cci2
Interface GetCodeValueContainerParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface GetCodeValueContainerParamsQuery
extends AnyTypePredicate


Method Summary
 MultivaluedFeaturePredicate containerName()
          Adds a constraint to the predicate for GetCodeValueContainerParams testing whether the feature containerName has values or not.
 StringTypePredicate forAllContainerName()
          Adds a condition for the feature containerName to the predicate for GetCodeValueContainerParams, which evaluates to false unless the values of the feature containerName satisfy the given condition.
 MultivaluedTypeOrder orderByContainerName()
          Allows to adds a sort instruction for GetCodeValueContainerParams depending the feature containerName Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByRootContainers()
          Allows to adds a sort instruction for GetCodeValueContainerParams depending the feature rootContainers Note: The order in which orderBy… instructions are given is relevant!
 BooleanTypePredicate rootContainers()
           
 StringTypePredicate thereExistsContainerName()
          Adds a condition for the feature containerName to the predicate for GetCodeValueContainerParams, which evaluates to false unless the values of the feature containerName satisfy the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

containerName

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


thereExistsContainerName

StringTypePredicate thereExistsContainerName()
Adds a condition for the feature containerName to the predicate for GetCodeValueContainerParams, which evaluates to false unless the values of the feature containerName 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


forAllContainerName

StringTypePredicate forAllContainerName()
Adds a condition for the feature containerName to the predicate for GetCodeValueContainerParams, which evaluates to false unless the values of the feature containerName 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


orderByContainerName

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


rootContainers

BooleanTypePredicate rootContainers()

orderByRootContainers

SimpleTypeOrder orderByRootContainers()
Allows to adds a sort instruction for GetCodeValueContainerParams depending the feature rootContainers 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.