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