Package | Description |
---|---|
biweekly.parameter | |
biweekly.property |
Modifier and Type | Field and Description |
---|---|
static ParticipationStatus |
ParticipationStatus.ACCEPTED |
static ParticipationStatus |
ParticipationStatus.COMPLETED |
static ParticipationStatus |
ParticipationStatus.DECLINED |
static ParticipationStatus |
ParticipationStatus.DELEGATED |
static ParticipationStatus |
ParticipationStatus.IN_PROGRESS |
static ParticipationStatus |
ParticipationStatus.NEEDS_ACTION |
static ParticipationStatus |
ParticipationStatus.TENTATIVE |
Modifier and Type | Method and Description |
---|---|
static ParticipationStatus |
ParticipationStatus.find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static ParticipationStatus |
ParticipationStatus.get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
ParticipationStatus |
ICalParameters.getParticipationStatus()
Gets an attendee's level of participation.
|
Modifier and Type | Method and Description |
---|---|
static Collection<ParticipationStatus> |
ParticipationStatus.all()
Gets all of the parameter values that are defined as static constants in
this class.
|
Modifier and Type | Method and Description |
---|---|
void |
ICalParameters.setParticipationStatus(ParticipationStatus status)
Sets an attendee's level of participation.
|
Modifier and Type | Method and Description |
---|---|
ParticipationStatus |
Attendee.getParticipationStatus()
Gets the attendee's level of participation.
|
Modifier and Type | Method and Description |
---|---|
void |
Attendee.setParticipationStatus(ParticipationStatus status)
Sets the attendee's level of participation.
|
Copyright © 2013-2014 Michael Angstadt. All Rights Reserved.