Uses of Class
biweekly.property.Contact

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

Uses of Contact in biweekly.component
 

Methods in biweekly.component that return Contact
 Contact VTodo.addContact(String contact)
          Adds a contact to the to-do.
 Contact VJournal.addContact(String contact)
          Adds a contact to the journal entry.
 Contact VFreeBusy.addContact(String contact)
          Sets the contact for the free/busy entry.
 Contact VEvent.addContact(String contact)
          Adds a contact to the event.
 Contact VFreeBusy.getContact()
          Gets the contact associated with the free/busy entry.
 

Methods in biweekly.component that return types with arguments of type Contact
 List<Contact> VTodo.getContacts()
          Gets the contacts associated with the to-do.
 List<Contact> VJournal.getContacts()
          Gets the contacts associated with the journal entry.
 List<Contact> VEvent.getContacts()
          Gets the contacts associated with the event.
 

Methods in biweekly.component with parameters of type Contact
 void VTodo.addContact(Contact contact)
          Adds a contact to the to-do.
 void VJournal.addContact(Contact contact)
          Adds a contact to the journal entry.
 void VEvent.addContact(Contact contact)
          Adds a contact to the event.
 void VFreeBusy.setContact(Contact contact)
          Sets the contact for the free/busy entry.
 

Uses of Contact in biweekly.property.marshaller
 

Methods in biweekly.property.marshaller that return Contact
protected  Contact ContactMarshaller.newInstance(String value)
           
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.