Class DelegatedFrom
- java.lang.Object
-
- net.fortuna.ical4j.model.Content
-
- net.fortuna.ical4j.model.Parameter
-
- net.fortuna.ical4j.model.parameter.DelegatedFrom
-
- All Implemented Interfaces:
Serializable
,Comparable<Parameter>
public class DelegatedFrom extends Parameter
$Id$ [18-Apr-2004] Defines a Delegators parameter.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DelegatedFrom.Factory
-
Field Summary
-
Fields inherited from class net.fortuna.ical4j.model.Parameter
ABBREV, ALTREP, CN, CUTYPE, DELEGATED_FROM, DELEGATED_TO, DERIVED, DIR, DISPLAY, EMAIL, ENCODING, EXPERIMENTAL_PREFIX, FBTYPE, FEATURE, FMTTYPE, LABEL, LANGUAGE, MEMBER, ORDER, PARTSTAT, RANGE, RELATED, RELTYPE, ROLE, RSVP, SCHEDULE_AGENT, SCHEDULE_STATUS, SCHEMA, SENT_BY, TYPE, TZID, VALUE, VVENUE
-
-
Constructor Summary
Constructors Constructor Description DelegatedFrom(String aValue)
DelegatedFrom(List<URI> aList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<URI>
getDelegators()
String
getValue()
-
-
-
Constructor Detail
-
DelegatedFrom
public DelegatedFrom(String aValue)
- Parameters:
aValue
- a string representation of Delegators- Throws:
IllegalArgumentException
- when the specified string is not a valid list of cal-addresses
-
-