|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.fortuna.ical4j.model.Content
net.fortuna.ical4j.model.Property
net.fortuna.ical4j.model.property.Method
public class Method
$Id$ Created: [Apr 6, 2004] Defines a METHOD iCalendar property.
Field Summary | |
---|---|
static Method |
ADD
Add one or more instances to an existing VEVENT, VTODO, or VJOURNAL. |
static Method |
CANCEL
Cancel one or more instances of an existing VEVENT, VTODO, or VJOURNAL. |
static Method |
COUNTER
The Counter method is used by an "Attendee" to negotiate a change in the calendar entry. |
static Method |
DECLINE_COUNTER
Used by the "Organizer" to decline the proposed counter-proprosal. |
static Method |
PUBLISH
Used to publish a calendar entry to one or more Calendar Users. |
static Method |
REFRESH
The Refresh method is used by an "Attendee" to request the latest version of a calendar entry. |
static Method |
REPLY
A Reply is used in response to a Request to convey "Attendee" status to the "Organizer". |
static Method |
REQUEST
Used to schedule a calendar entry with other Calendar Users. |
Fields inherited from class net.fortuna.ical4j.model.Property |
---|
ACTION, ATTACH, ATTENDEE, BUSYTYPE, CALSCALE, CATEGORIES, CLASS, COMMENT, COMPLETED, CONTACT, COUNTRY, CREATED, DESCRIPTION, DTEND, DTSTAMP, DTSTART, DUE, DURATION, EXDATE, EXPERIMENTAL_PREFIX, EXRULE, EXTENDED_ADDRESS, FREEBUSY, GEO, LAST_MODIFIED, LOCALITY, LOCATION, LOCATION_TYPE, METHOD, NAME, ORGANIZER, PERCENT_COMPLETE, POSTALCODE, PRIORITY, PRODID, RDATE, RECURRENCE_ID, REGION, RELATED_TO, REPEAT, REQUEST_STATUS, RESOURCES, RRULE, SEQUENCE, STATUS, STREET_ADDRESS, SUMMARY, TEL, TRANSP, TRIGGER, TZID, TZNAME, TZOFFSETFROM, TZOFFSETTO, TZURL, UID, URL, VERSION |
Constructor Summary | |
---|---|
Method()
Default constructor. |
|
Method(ParameterList aList,
String aValue)
|
|
Method(String aValue)
|
Method Summary | |
---|---|
String |
getValue()
|
void |
setValue(String aValue)
Sets the current value of the property. |
void |
validate()
Perform validation on a property. |
Methods inherited from class net.fortuna.ical4j.model.Property |
---|
copy, equals, getName, getParameter, getParameters, getParameters, hashCode, isCalendarProperty, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Method PUBLISH
public static final Method REQUEST
public static final Method REPLY
public static final Method ADD
public static final Method CANCEL
public static final Method REFRESH
public static final Method COUNTER
public static final Method DECLINE_COUNTER
Constructor Detail |
---|
public Method()
public Method(String aValue)
aValue
- a value string for this componentpublic Method(ParameterList aList, String aValue)
aList
- a list of parameters for this componentaValue
- a value string for this componentMethod Detail |
---|
public void setValue(String aValue)
setValue
in class Property
aValue
- a string representation of the property valuepublic final String getValue()
getValue
in class Content
public final void validate() throws ValidationException
validate
in class Property
ValidationException
- where the property is not in a valid state
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |