Package | Description |
---|---|
biweekly.parameter | |
biweekly.property |
Modifier and Type | Field and Description |
---|---|
static CalendarUserType |
CalendarUserType.GROUP |
static CalendarUserType |
CalendarUserType.INDIVIDUAL |
static CalendarUserType |
CalendarUserType.RESOURCE |
static CalendarUserType |
CalendarUserType.ROOM |
static CalendarUserType |
CalendarUserType.UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static CalendarUserType |
CalendarUserType.find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static CalendarUserType |
CalendarUserType.get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
CalendarUserType |
ICalParameters.getCalendarUserType()
Gets the type of user an attendee is (for example, an "individual" or a
"room").
|
Modifier and Type | Method and Description |
---|---|
static Collection<CalendarUserType> |
CalendarUserType.all()
Gets all of the parameter values that are defined as static constants in
this class.
|
Modifier and Type | Method and Description |
---|---|
void |
ICalParameters.setCalendarUserType(CalendarUserType cutype)
Sets the type of user an attendee is (for example, an "individual" or a
"room").
|
Modifier and Type | Method and Description |
---|---|
CalendarUserType |
Attendee.getCalendarUserType()
Gets the type of user the attendee is (for example, an "individual" or a
"room").
|
Modifier and Type | Method and Description |
---|---|
void |
Attendee.setCalendarUserType(CalendarUserType cutype)
Sets the type of user the attendee is (for example, an "individual" or a
"room").
|
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.