Package | Description |
---|---|
biweekly.parameter | |
biweekly.property |
Modifier and Type | Field and Description |
---|---|
static Role |
Role.CHAIR |
static Role |
Role.NON_PARTICIPANT |
static Role |
Role.OPT_PARTICIPANT |
static Role |
Role.REQ_PARTICIPANT |
Modifier and Type | Method and Description |
---|---|
static Role |
Role.find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static Role |
Role.get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
Role |
ICalParameters.getRole()
Gets an attendee's role (for example, "chair" or "required participant").
|
Modifier and Type | Method and Description |
---|---|
static Collection<Role> |
Role.all()
Gets all of the parameter values that are defined as static constants in
this class.
|
Modifier and Type | Method and Description |
---|---|
void |
ICalParameters.setRole(Role role)
Sets an attendee's role (for example, "chair" or "required participant").
|
Modifier and Type | Method and Description |
---|---|
Role |
Attendee.getRole()
Gets the attendee's role (for example, "chair" or
"required participant").
|
Modifier and Type | Method and Description |
---|---|
void |
Attendee.setRole(Role role)
Sets the attendee's role (for example, "chair" or
"required participant").
|
Copyright © 2013-2014 Michael Angstadt. All Rights Reserved.