org.opencrx.application.shop1.cci2
Interface ReturnStatusTQuery

All Superinterfaces:
AnyTypePredicate

public interface ReturnStatusTQuery
extends AnyTypePredicate


Method Summary
 StringTypePredicate forAllReturnParams()
          Adds a condition for the feature returnParams to the predicate for ReturnStatusT, which evaluates to false unless the values of the feature returnParams satisfy the given condition.
 SimpleTypeOrder orderByReturnCode()
          Allows to adds a sort instruction for ReturnStatusT depending the feature returnCode Note: The order in which orderBy… instructions are given is relevant!
 ComparableTypePredicate<Integer> returnCode()
           
 MultivaluedFeaturePredicate returnParams()
          Adds a constraint to the predicate for ReturnStatusT testing whether the feature returnParams has values or not.
 StringTypePredicate thereExistsReturnParams()
          Adds a condition for the feature returnParams to the predicate for ReturnStatusT, which evaluates to false unless the values of the feature returnParams satisfy the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

returnCode

ComparableTypePredicate<Integer> returnCode()

orderByReturnCode

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


returnParams

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


thereExistsReturnParams

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


forAllReturnParams

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



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