|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.fortuna.ical4j.model.Content
net.fortuna.ical4j.model.Parameter
net.fortuna.ical4j.model.parameter.XParameter
org.jasig.schedassist.model.AppointmentRole
public class AppointmentRole
XParameter that is added to an Attendee to earmark
the Attendee's role in the event (owner, visitor, or both).
| Nested Class Summary | |
|---|---|
static class |
AppointmentRole.Value
Enum to represent possible values for the AppointmentRole X-Parameter. |
| Field Summary | |
|---|---|
static String |
APPOINTMENT_ROLE
iCalendar property name |
static AppointmentRole |
OWNER
|
static AppointmentRole |
VISITOR
|
| Fields inherited from class net.fortuna.ical4j.model.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 Summary | |
|---|---|
AppointmentRole(AppointmentRole.Value value)
|
|
AppointmentRole(String value)
|
|
| Method Summary | |
|---|---|
boolean |
isOwner()
|
boolean |
isVisitor()
|
| Methods inherited from class net.fortuna.ical4j.model.parameter.XParameter |
|---|
getValue |
| Methods inherited from class net.fortuna.ical4j.model.Parameter |
|---|
copy, equals, getName, hashCode, isQuotable, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final AppointmentRole OWNER
public static final AppointmentRole VISITOR
public static final String APPOINTMENT_ROLE
| Constructor Detail |
|---|
public AppointmentRole(String value)
value - public AppointmentRole(AppointmentRole.Value value)
value - | Method Detail |
|---|
public boolean isOwner()
public boolean isVisitor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||