net.fortuna.ical4j.model.parameter
Class ScheduleAgent
java.lang.Object
net.fortuna.ical4j.model.Content
net.fortuna.ical4j.model.Parameter
net.fortuna.ical4j.model.parameter.ScheduleAgent
- All Implemented Interfaces:
- java.io.Serializable
public class ScheduleAgent
- extends Parameter
Defines the scheduling agent for CalDAV scheduling.
- Author:
- Mike Douglass
- See Also:
- Serialized Form
Fields inherited from class net.fortuna.ical4j.model.Parameter |
ABBREV, ALTREP, CN, CUTYPE, DELEGATED_FROM, DELEGATED_TO, DIR, ENCODING, EXPERIMENTAL_PREFIX, FBTYPE, FMTTYPE, LANGUAGE, MEMBER, PARTSTAT, RANGE, RELATED, RELTYPE, ROLE, RSVP, SCHEDULE_AGENT, SCHEDULE_STATUS, SENT_BY, TYPE, TZID, VALUE, VVENUE |
Method Summary |
java.lang.String |
getValue()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
SERVER
public static final ScheduleAgent SERVER
CLIENT
public static final ScheduleAgent CLIENT
NONE
public static final ScheduleAgent NONE
ScheduleAgent
public ScheduleAgent(java.lang.String aValue)
- Parameters:
aValue
- a string representation of a scheduling agent
getValue
public final java.lang.String getValue()
- Specified by:
getValue
in class Content
- Returns:
- the content value
Copyright © 2004-2011 Modularity. All Rights Reserved.