public class Member extends Parameter
Modifier and Type | Class and Description |
---|---|
static class |
Member.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 |
---|
Member(AddressList aList) |
Member(java.lang.String aValue) |
Modifier and Type | Method and Description |
---|---|
AddressList |
getGroups() |
java.lang.String |
getValue() |
protected boolean |
isQuotable()
Indicates whether the current parameter value should be quoted.
|
public Member(java.lang.String aValue) throws java.net.URISyntaxException
aValue
- a string representation of a group or list membershipjava.net.URISyntaxException
- when the specified string is not a valid list of (quoted) cal-addressespublic Member(AddressList aList)
aList
- a list of groupspublic final AddressList getGroups()
public final java.lang.String getValue()
protected boolean isQuotable()
isQuotable
in class Parameter