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.component Contains types used to represent the iCalendar component 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.component
 

Methods in net.fortuna.ical4j.model.component with parameters of type Method
protected  Validator VFreeBusy.getValidator(Method method)
          
protected  Validator VAvailability.getValidator(Method method)
          
protected  Validator XComponent.getValidator(Method method)
          
protected abstract  Validator CalendarComponent.getValidator(Method method)
           
protected  Validator VEvent.getValidator(Method method)
          
protected  Validator VJournal.getValidator(Method method)
          
protected  Validator VToDo.getValidator(Method method)
          
protected  Validator VVenue.getValidator(Method method)
          
protected  Validator VAlarm.getValidator(Method method)
          
protected  Validator VTimeZone.getValidator(Method method)
          
 void CalendarComponent.validate(Method method)
          Performs method-specific ITIP validation.
 

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-2012 Micronode. All Rights Reserved.