net.fortuna.ical4j.model.parameter
public class DelegatedFrom extends 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
Constructor and Description |
---|
DelegatedFrom(AddressList aList) |
DelegatedFrom(String aValue) |
Modifier and Type | Method and Description |
---|---|
AddressList |
getDelegators() |
String |
getValue() |
protected boolean |
isQuotable()
Indicates whether the current parameter value should be quoted.
|
public DelegatedFrom(String aValue) throws URISyntaxException
aValue
- a string representation of DelegatorsURISyntaxException
- when the specified string is not a valid list of cal-addressespublic DelegatedFrom(AddressList aList)
aList
- a list of addressespublic final AddressList getDelegators()
public final String getValue()
protected boolean isQuotable()
isQuotable
in class Parameter
Copyright © 2004-2013 Micronode. All Rights Reserved.