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