Uses of Class
net.fortuna.ical4j.model.property.Uid

Packages that use Uid
net.fortuna.ical4j.model.component Contains types used to represent the iCalendar component model. 
net.fortuna.ical4j.util Contains utility types that provide supporting functionality for iCal4j. 
 

Uses of Uid in net.fortuna.ical4j.model.component
 

Methods in net.fortuna.ical4j.model.component that return Uid
 Uid VJournal.getUid()
          Returns the UID property of this component if available.
 Uid VFreeBusy.getUid()
          Returns the UID property of this component if available.
 Uid VEvent.getUid()
          Returns the UID property of this component if available.
 Uid VToDo.getUid()
          Returns the UID property of this component if available.
 

Uses of Uid in net.fortuna.ical4j.util
 

Methods in net.fortuna.ical4j.util that return Uid
 Uid UidGenerator.generateUid()
           
 



Copyright © 2004-2007 Modularity. All Rights Reserved.