public interface MarkAsAllDayEventParamsQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.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. |
org.w3c.cci2.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! |
org.w3c.cci2.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. |
org.w3c.cci2.OptionalFeaturePredicate |
timezone()
Adds a constraint to the predicate for
MarkAsAllDayEventParams testing whether the value of the feature timezone is null or not. |
org.w3c.cci2.OptionalFeaturePredicate timezone()
MarkAsAllDayEventParams testing whether the value of the feature timezone is null or not.org.w3c.cci2.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
org.w3c.cci2.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
org.w3c.cci2.SimpleTypeOrder orderByTimezone()
MarkAsAllDayEventParams depending the feature timezone
Note: The order in which orderBy… instructions are given is relevant!This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.