|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Role | |
---|---|
biweekly.parameter | |
biweekly.property |
Uses of Role in biweekly.parameter |
---|
Fields in biweekly.parameter declared as Role | |
---|---|
static Role |
Role.CHAIR
|
static Role |
Role.NON_PARTICIPANT
|
static Role |
Role.OPT_PARTICIPANT
|
static Role |
Role.REQ_PARTICIPANT
|
Methods in biweekly.parameter that return Role | |
---|---|
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"). |
Methods in biweekly.parameter that return types with arguments of type Role | |
---|---|
static Collection<Role> |
Role.all()
Gets all of the parameter values that are defined as static constants in this class. |
Methods in biweekly.parameter with parameters of type Role | |
---|---|
void |
ICalParameters.setRole(Role role)
Sets an attendee's role (for example, "chair" or "required participant"). |
Uses of Role in biweekly.property |
---|
Methods in biweekly.property that return Role | |
---|---|
Role |
Attendee.getRole()
Gets the attendee's role (for example, "chair" or "required participant"). |
Methods in biweekly.property with parameters of type Role | |
---|---|
void |
Attendee.setRole(Role role)
Sets the attendee's role (for example, "chair" or "required participant"). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |