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

Packages that use Method
net.fortuna.ical4j.model Contains core types used to define the iCalendar model. 
net.fortuna.ical4j.model.property Contains types used to represent the iCalendar property model. 
 

Uses of Method in net.fortuna.ical4j.model
 

Methods in net.fortuna.ical4j.model that return Method
 Method Calendar.getMethod()
          Returns the optional method property.
 

Uses of Method in net.fortuna.ical4j.model.property
 

Fields in net.fortuna.ical4j.model.property declared as Method
static Method Method.ADD
          Add one or more instances to an existing VEVENT, VTODO, or VJOURNAL.
static Method Method.CANCEL
          Cancel one or more instances of an existing VEVENT, VTODO, or VJOURNAL.
static Method Method.COUNTER
          The Counter method is used by an "Attendee" to negotiate a change in the calendar entry.
static Method Method.DECLINE_COUNTER
          Used by the "Organizer" to decline the proposed counter-proprosal.
static Method Method.PUBLISH
          Used to publish a calendar entry to one or more Calendar Users.
static Method Method.REFRESH
          The Refresh method is used by an "Attendee" to request the latest version of a calendar entry.
static Method Method.REPLY
          A Reply is used in response to a Request to convey "Attendee" status to the "Organizer".
static Method Method.REQUEST
          Used to schedule a calendar entry with other Calendar Users.
 



Copyright © 2004-2007 Modularity. All Rights Reserved.