Class Role
- java.lang.Object
- 
- net.fortuna.ical4j.model.Content
- 
- net.fortuna.ical4j.model.Parameter
- 
- net.fortuna.ical4j.model.parameter.Role
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class Role extends Parameter $Id$ [18-Apr-2004] Defines a Participation Role parameter.- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classRole.Factory
 - 
Field SummaryFields Modifier and Type Field Description static RoleCHAIRChair.static RoleNON_PARTICIPANTNon-participant.static RoleOPT_PARTICIPANTOptional participant.static RoleREQ_PARTICIPANTRequired participant.- 
Fields inherited from class net.fortuna.ical4j.model.ParameterABBREV, ALTREP, CN, CUTYPE, DELEGATED_FROM, DELEGATED_TO, DIR, DISPLAY, EMAIL, ENCODING, EXPERIMENTAL_PREFIX, FBTYPE, FEATURE, FMTTYPE, LABEL, LANGUAGE, MEMBER, PARTSTAT, RANGE, RELATED, RELTYPE, ROLE, RSVP, SCHEDULE_AGENT, SCHEDULE_STATUS, SENT_BY, TYPE, TZID, VALUE, VVENUE
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()
 
- 
- 
- 
Constructor Detail- 
Rolepublic Role(String aValue) - Parameters:
- aValue- a string representation of a participation role
 
 
- 
 
-