|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecurrenceRule | |
---|---|
biweekly.component | |
biweekly.property.marshaller |
Uses of RecurrenceRule in biweekly.component |
---|
Methods in biweekly.component that return RecurrenceRule | |
---|---|
RecurrenceRule |
VTodo.getRecurrenceRule()
Gets how often the to-do repeats. |
RecurrenceRule |
VJournal.getRecurrenceRule()
Gets how often the journal entry repeats. |
RecurrenceRule |
VEvent.getRecurrenceRule()
Gets how often the event repeats. |
RecurrenceRule |
Observance.getRecurrenceRule()
Gets how often the observance repeats. |
Methods in biweekly.component with parameters of type RecurrenceRule | |
---|---|
void |
VTodo.setRecurrenceRule(RecurrenceRule recurrenceRule)
Sets how often the to-do repeats. |
void |
VJournal.setRecurrenceRule(RecurrenceRule recurrenceRule)
Sets how often the journal entry repeats. |
void |
VEvent.setRecurrenceRule(RecurrenceRule recurrenceRule)
Sets how often the event repeats. |
void |
Observance.setRecurrenceRule(RecurrenceRule recurrenceRule)
Sets how often the observance repeats. |
Uses of RecurrenceRule in biweekly.property.marshaller |
---|
Methods in biweekly.property.marshaller that return RecurrenceRule | |
---|---|
protected RecurrenceRule |
RecurrenceRuleMarshaller._parseText(String value,
ICalParameters parameters,
List<String> warnings)
|
protected RecurrenceRule |
RecurrenceRuleMarshaller._parseXml(XCalElement element,
ICalParameters parameters,
List<String> warnings)
|
Methods in biweekly.property.marshaller with parameters of type RecurrenceRule | |
---|---|
protected String |
RecurrenceRuleMarshaller._writeText(RecurrenceRule property)
|
protected void |
RecurrenceRuleMarshaller._writeXml(RecurrenceRule property,
XCalElement element)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |