|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CalendarUserType | |
---|---|
biweekly.parameter | |
biweekly.property |
Uses of CalendarUserType in biweekly.parameter |
---|
Fields in biweekly.parameter declared as CalendarUserType | |
---|---|
static CalendarUserType |
CalendarUserType.GROUP
|
static CalendarUserType |
CalendarUserType.INDIVIDUAL
|
static CalendarUserType |
CalendarUserType.RESOURCE
|
static CalendarUserType |
CalendarUserType.ROOM
|
static CalendarUserType |
CalendarUserType.UNKNOWN
|
Methods in biweekly.parameter that return CalendarUserType | |
---|---|
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"). |
Methods in biweekly.parameter that return types with arguments of type CalendarUserType | |
---|---|
static Collection<CalendarUserType> |
CalendarUserType.all()
Gets all of the parameter values that are defined as static constants in this class. |
Methods in biweekly.parameter with parameters of type CalendarUserType | |
---|---|
void |
ICalParameters.setCalendarUserType(CalendarUserType cutype)
Sets the type of user an attendee is (for example, an "individual" or a "room"). |
Uses of CalendarUserType in biweekly.property |
---|
Methods in biweekly.property that return CalendarUserType | |
---|---|
CalendarUserType |
Attendee.getCalendarUserType()
Gets the type of user the attendee is (for example, an "individual" or a "room"). |
Methods in biweekly.property with parameters of type CalendarUserType | |
---|---|
void |
Attendee.setCalendarUserType(CalendarUserType cutype)
Sets the type of user the attendee is (for example, an "individual" or a "room"). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |