|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DurationProperty | |
|---|---|
| biweekly.component | |
| biweekly.property.marshaller | |
| Uses of DurationProperty in biweekly.component |
|---|
| Methods in biweekly.component that return DurationProperty | |
|---|---|
DurationProperty |
VTodo.getDuration()
Gets the duration of the to-do. |
DurationProperty |
VEvent.getDuration()
Gets the duration of the event. |
DurationProperty |
VAlarm.getDuration()
Gets the length of the pause between alarm repetitions. |
DurationProperty |
VTodo.setDuration(Duration duration)
Sets the duration of the to-do. |
DurationProperty |
VEvent.setDuration(Duration duration)
Sets the duration of the event. |
DurationProperty |
VAlarm.setDuration(Duration duration)
Sets the length of the pause between alarm repetitions. |
| Methods in biweekly.component with parameters of type DurationProperty | |
|---|---|
void |
VTodo.setDuration(DurationProperty duration)
Sets the duration of the to-do. |
void |
VEvent.setDuration(DurationProperty duration)
Sets the duration of the event. |
void |
VAlarm.setDuration(DurationProperty duration)
Sets the length of the pause between alarm repetitions. |
| Uses of DurationProperty in biweekly.property.marshaller |
|---|
| Methods in biweekly.property.marshaller that return DurationProperty | |
|---|---|
protected DurationProperty |
DurationPropertyMarshaller._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
List<String> warnings)
|
protected DurationProperty |
DurationPropertyMarshaller._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
List<String> warnings)
|
protected DurationProperty |
DurationPropertyMarshaller._parseXml(XCalElement element,
ICalParameters parameters,
List<String> warnings)
|
| Methods in biweekly.property.marshaller with parameters of type DurationProperty | |
|---|---|
protected JCalValue |
DurationPropertyMarshaller._writeJson(DurationProperty property)
|
protected String |
DurationPropertyMarshaller._writeText(DurationProperty property)
|
protected void |
DurationPropertyMarshaller._writeXml(DurationProperty property,
XCalElement element)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||