Uses of Class
biweekly.util.Recurrence

Packages that use Recurrence
biweekly.component   
biweekly.property   
biweekly.property.marshaller   
biweekly.util   
 

Uses of Recurrence in biweekly.component
 

Methods in biweekly.component with parameters of type Recurrence
 ExceptionRule VTodo.addExceptionRule(Recurrence recur)
           Adds an exception for the RecurrenceRule property.
 ExceptionRule VJournal.addExceptionRule(Recurrence recur)
           Adds an exception for the RecurrenceRule property.
 ExceptionRule VEvent.addExceptionRule(Recurrence recur)
           Adds an exception for the RecurrenceRule property.
 RecurrenceRule VTodo.setRecurrenceRule(Recurrence recur)
          Sets how often the to-do repeats.
 RecurrenceRule VJournal.setRecurrenceRule(Recurrence recur)
          Sets how often the journal entry repeats.
 RecurrenceRule VEvent.setRecurrenceRule(Recurrence recur)
          Sets how often the event repeats.
 RecurrenceRule Observance.setRecurrenceRule(Recurrence recur)
          Sets how often the timezone observance repeats.
 

Uses of Recurrence in biweekly.property
 

Constructors in biweekly.property with parameters of type Recurrence
ExceptionRule(Recurrence recur)
          Creates a new exception rule property.
RecurrenceProperty(Recurrence recur)
          Creates a new recurrence property.
RecurrenceRule(Recurrence recur)
          Creates a new recurrence rule property.
 

Uses of Recurrence in biweekly.property.marshaller
 

Methods in biweekly.property.marshaller with parameters of type Recurrence
protected  RecurrenceRule RecurrenceRuleMarshaller.newInstance(Recurrence recur)
           
protected abstract  T RecurrencePropertyMarshaller.newInstance(Recurrence recur)
          Creates a new instance of the recurrence property.
protected  ExceptionRule ExceptionRuleMarshaller.newInstance(Recurrence recur)
           
 

Uses of Recurrence in biweekly.util
 

Methods in biweekly.util that return Recurrence
 Recurrence Recurrence.Builder.build()
          Builds the final Recurrence object.
 

Constructors in biweekly.util with parameters of type Recurrence
Recurrence.Builder(Recurrence recur)
          Constructs a new builder
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.