public class DelegatedFrom extends Parameter
Modifier and Type | Class and Description |
---|---|
static class |
DelegatedFrom.Factory |
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(java.lang.String aValue) |
Modifier and Type | Method and Description |
---|---|
AddressList |
getDelegators() |
java.lang.String |
getValue() |
protected boolean |
isQuotable()
Indicates whether the current parameter value should be quoted.
|
public DelegatedFrom(java.lang.String aValue) throws java.net.URISyntaxException
aValue
- a string representation of Delegatorsjava.net.URISyntaxException
- 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 java.lang.String getValue()
protected boolean isQuotable()
isQuotable
in class Parameter