|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CalcTotalQuantityResultQuery
| 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 |
|---|
MultivaluedFeaturePredicate quantityUom()
CalcTotalQuantityResult testing whether the feature quantityUom has values or not.
UomQuery thereExistsQuantityUom()
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
UomQuery forAllQuantityUom()
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
MultivaluedFeaturePredicate totalQuantity()
CalcTotalQuantityResult testing whether the feature totalQuantity has values or not.
ComparableTypePredicate<BigDecimal> thereExistsTotalQuantity()
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
ComparableTypePredicate<BigDecimal> forAllTotalQuantity()
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
MultivaluedTypeOrder orderByTotalQuantity()
CalcTotalQuantityResult depending the feature totalQuantity
Note: The order in which orderBy… instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||