org.opencrx.kernel.activity1.cci2
Interface MarkAsAllDayEventParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface MarkAsAllDayEventParamsQuery
extends AnyTypePredicate


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

timezone

OptionalFeaturePredicate timezone()
Adds a constraint to the predicate for MarkAsAllDayEventParams testing whether the value of the feature timezone is null or not.


thereExistsTimezone

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllTimezone

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByTimezone

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!



This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.