public class Method extends Property
isCalendarProperty
Modifier and Type | Field and Description |
---|---|
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.
|
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 and Description |
---|
Method()
Default constructor.
|
Method(ParameterList aList,
java.lang.String aValue) |
Method(java.lang.String aValue) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
void |
setValue(java.lang.String aValue)
Sets the current value of the property.
|
void |
validate()
Perform validation on a property.
|
copy, equals, getName, getParameter, getParameters, getParameters, hashCode, isCalendarProperty, toString
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
public Method()
public Method(java.lang.String aValue)
aValue
- a value string for this componentpublic Method(ParameterList aList, java.lang.String aValue)
aList
- a list of parameters for this componentaValue
- a value string for this componentpublic void setValue(java.lang.String aValue)
public final java.lang.String getValue()
public final void validate() throws ValidationException
validate
in class Property
ValidationException
- where the property is not in a valid stateCopyright © 2004-2015 Micronode. All Rights Reserved.