|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GetCustomersByQueryResultQuery
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
customerNumber()
Adds a constraint to the predicate for GetCustomersByQueryResult testing whether the feature customerNumber has values or not. |
StringTypePredicate |
forAllCustomerNumber()
Adds a condition for the feature customerNumber to the predicate for GetCustomersByQueryResult, which evaluates to false unless the values of the feature customerNumber satisfy the given condition. |
MultivaluedTypeOrder |
orderByCustomerNumber()
Allows to adds a sort instruction for GetCustomersByQueryResult depending the feature customerNumber
Note: The order in which orderBy… instructions are given is relevant! |
ReturnStatusTQuery |
status()
|
StringTypePredicate |
thereExistsCustomerNumber()
Adds a condition for the feature customerNumber to the predicate for GetCustomersByQueryResult, which evaluates to false unless the values of the feature customerNumber satisfy the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
MultivaluedFeaturePredicate customerNumber()
GetCustomersByQueryResult testing whether the feature customerNumber has values or not.
StringTypePredicate thereExistsCustomerNumber()
customerNumber to the predicate for GetCustomersByQueryResult, which evaluates to false unless the values of the feature customerNumber 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
StringTypePredicate forAllCustomerNumber()
customerNumber to the predicate for GetCustomersByQueryResult, which evaluates to false unless the values of the feature customerNumber 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 orderByCustomerNumber()
GetCustomersByQueryResult depending the feature customerNumber
Note: The order in which orderBy… instructions are given is relevant!
ReturnStatusTQuery status()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||