Uses of Class
biweekly.property.Location

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

Uses of Location in biweekly.component
 

Methods in biweekly.component that return Location
 Location VTodo.getLocation()
          Gets the physical location of the to-do.
 Location VEvent.getLocation()
          Gets the physical location of the event.
 Location VTodo.setLocation(String location)
          Sets the physical location of the to-do.
 Location VEvent.setLocation(String location)
          Sets the physical location of the event.
 

Methods in biweekly.component with parameters of type Location
 void VTodo.setLocation(Location location)
          Sets the physical location of the to-do.
 void VEvent.setLocation(Location location)
          Sets the physical location of the event.
 

Uses of Location in biweekly.property.marshaller
 

Methods in biweekly.property.marshaller that return Location
protected  Location LocationMarshaller.newInstance(String value)
           
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.