Uses of Class
biweekly.property.DurationProperty

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.
 

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._parseText(String value, 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  String DurationPropertyMarshaller._writeText(DurationProperty property)
           
protected  void DurationPropertyMarshaller._writeXml(DurationProperty property, XCalElement element)
           
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.