org.opencrx.kernel.activity1.cci2
Interface CalcTotalQuantityResultQuery

All Superinterfaces:
AnyTypePredicate

public interface CalcTotalQuantityResultQuery
extends AnyTypePredicate


Method Summary
 UomQuery forAllQuantityUom()
          Adds a condition for the feature quantityUom to the predicate for CalcTotalQuantityResult, which evaluates to false unless the values of the feature quantityUom satisfy the given condition.
 ComparableTypePredicate<BigDecimal> forAllTotalQuantity()
          Adds a condition for the feature totalQuantity to the predicate for CalcTotalQuantityResult, which evaluates to false unless the values of the feature totalQuantity satisfy the given condition.
 MultivaluedTypeOrder orderByTotalQuantity()
          Allows to adds a sort instruction for CalcTotalQuantityResult depending the feature totalQuantity Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedFeaturePredicate quantityUom()
          Adds a constraint to the predicate for CalcTotalQuantityResult testing whether the feature quantityUom has values or not.
 UomQuery thereExistsQuantityUom()
          Adds a condition for the feature quantityUom to the predicate for CalcTotalQuantityResult, which evaluates to false unless the values of the feature quantityUom satisfy the given condition.
 ComparableTypePredicate<BigDecimal> thereExistsTotalQuantity()
          Adds a condition for the feature totalQuantity to the predicate for CalcTotalQuantityResult, which evaluates to false unless the values of the feature totalQuantity satisfy the given condition.
 MultivaluedFeaturePredicate totalQuantity()
          Adds a constraint to the predicate for CalcTotalQuantityResult testing whether the feature totalQuantity has values or not.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

quantityUom

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


thereExistsQuantityUom

UomQuery thereExistsQuantityUom()
Adds a condition for the feature quantityUom to the predicate for CalcTotalQuantityResult, which evaluates to false unless the values of the feature quantityUom 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


forAllQuantityUom

UomQuery forAllQuantityUom()
Adds a condition for the feature quantityUom to the predicate for CalcTotalQuantityResult, which evaluates to false unless the values of the feature quantityUom 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


totalQuantity

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


thereExistsTotalQuantity

ComparableTypePredicate<BigDecimal> thereExistsTotalQuantity()
Adds a condition for the feature totalQuantity to the predicate for CalcTotalQuantityResult, which evaluates to false unless the values of the feature totalQuantity 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


forAllTotalQuantity

ComparableTypePredicate<BigDecimal> forAllTotalQuantity()
Adds a condition for the feature totalQuantity to the predicate for CalcTotalQuantityResult, which evaluates to false unless the values of the feature totalQuantity 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


orderByTotalQuantity

MultivaluedTypeOrder orderByTotalQuantity()
Allows to adds a sort instruction for CalcTotalQuantityResult depending the feature totalQuantity 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.