Uses of Class
biweekly.property.Description

Packages that use Description
biweekly.component   
biweekly.property.marshaller   
 

Uses of Description in biweekly.component
 

Methods in biweekly.component that return Description
 Description VJournal.addDescription(String description)
          Adds a detailed description to the journal entry.
 Description VTodo.getDescription()
          Gets a detailed description of the to-do.
 Description VEvent.getDescription()
          Gets a detailed description of the event.
 Description VAlarm.getDescription()
           Gets a detailed description of the alarm.
 Description VTodo.setDescription(String description)
          Sets a detailed description of the to-do.
 Description VEvent.setDescription(String description)
          Sets a detailed description of the event.
 Description VAlarm.setDescription(String description)
           Sets a detailed description of the alarm.
 

Methods in biweekly.component that return types with arguments of type Description
 List<Description> VJournal.getDescription()
          Gets the detailed descriptions to the journal entry.
 

Methods in biweekly.component with parameters of type Description
 void VJournal.addDescription(Description description)
          Adds a detailed description to the journal entry.
 void VTodo.setDescription(Description description)
          Sets a detailed description of the to-do.
 void VEvent.setDescription(Description description)
          Sets a detailed description of the event.
 void VAlarm.setDescription(Description description)
           Sets a detailed description of the alarm.
 

Uses of Description in biweekly.property.marshaller
 

Methods in biweekly.property.marshaller that return Description
protected  Description DescriptionMarshaller.newInstance(String value)
           
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.