|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReturnStatusTQuery
| 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 |
|---|
ComparableTypePredicate<Integer> returnCode()
SimpleTypeOrder orderByReturnCode()
ReturnStatusT depending the feature returnCode
Note: The order in which orderBy… instructions are given is relevant!
MultivaluedFeaturePredicate returnParams()
ReturnStatusT testing whether the feature returnParams has values or not.
StringTypePredicate thereExistsReturnParams()
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
StringTypePredicate forAllReturnParams()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||