|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProductPriceListTQuery
| Method Summary | |
|---|---|
ProductPriceTQuery |
forAllProductPrice()
Adds a condition for the feature productPrice to the predicate for ProductPriceListT, which evaluates to false unless the values of the feature productPrice satisfy the given condition. |
StringTypePredicate |
forAllSalesTaxType()
Adds a condition for the feature salesTaxType to the predicate for ProductPriceListT, which evaluates to false unless the value of the feature salesTaxType satisfies the given condition. |
SimpleTypeOrder |
orderByProductNumber()
Allows to adds a sort instruction for ProductPriceListT depending the feature productNumber
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderBySalesTaxType()
Allows to adds a sort instruction for ProductPriceListT depending the feature salesTaxType
Note: The order in which orderBy… instructions are given is relevant! |
StringTypePredicate |
productNumber()
|
MultivaluedFeaturePredicate |
productPrice()
Adds a constraint to the predicate for ProductPriceListT testing whether the feature productPrice has values or not. |
OptionalFeaturePredicate |
salesTaxType()
Adds a constraint to the predicate for ProductPriceListT testing whether the value of the feature salesTaxType is null or not. |
ProductPriceTQuery |
thereExistsProductPrice()
Adds a condition for the feature productPrice to the predicate for ProductPriceListT, which evaluates to false unless the values of the feature productPrice satisfy the given condition. |
StringTypePredicate |
thereExistsSalesTaxType()
Adds a condition for the feature salesTaxType to the predicate for ProductPriceListT, which evaluates to false unless the value of the feature salesTaxType satisfies the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
StringTypePredicate productNumber()
SimpleTypeOrder orderByProductNumber()
ProductPriceListT depending the feature productNumber
Note: The order in which orderBy… instructions are given is relevant!
MultivaluedFeaturePredicate productPrice()
ProductPriceListT testing whether the feature productPrice has values or not.
ProductPriceTQuery thereExistsProductPrice()
productPrice to the predicate for ProductPriceListT, which evaluates to false unless the values of the feature productPrice 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
ProductPriceTQuery forAllProductPrice()
productPrice to the predicate for ProductPriceListT, which evaluates to false unless the values of the feature productPrice 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
OptionalFeaturePredicate salesTaxType()
ProductPriceListT testing whether the value of the feature salesTaxType is null or not.
StringTypePredicate thereExistsSalesTaxType()
salesTaxType to the predicate for ProductPriceListT, which evaluates to false unless the value of the feature salesTaxType satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllSalesTaxType()
salesTaxType to the predicate for ProductPriceListT, which evaluates to false unless the value of the feature salesTaxType satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderBySalesTaxType()
ProductPriceListT depending the feature salesTaxType
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 | |||||||||