Package | Description |
---|---|
biweekly.parameter | |
biweekly.property |
Modifier and Type | Field and Description |
---|---|
static ParticipationLevel |
ParticipationLevel.FYI
Indicates that the user has been notified about the event for
informational purposes only and does not need to attend.
|
static ParticipationLevel |
ParticipationLevel.OPTIONAL
Indicates that the user's participation is optional.
|
static ParticipationLevel |
ParticipationLevel.REQUIRED
Indicates that the user's participation is required.
|
Modifier and Type | Method and Description |
---|---|
static ParticipationLevel |
ParticipationLevel.find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static ParticipationLevel |
ParticipationLevel.get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
Modifier and Type | Method and Description |
---|---|
static Collection<ParticipationLevel> |
ParticipationLevel.all()
Gets all of the parameter values that are defined as static constants in
this class.
|
Modifier and Type | Method and Description |
---|---|
ParticipationLevel |
Attendee.getParticipationLevel()
Gets an attendee's level of participation.
|
Modifier and Type | Method and Description |
---|---|
void |
Attendee.setParticipationLevel(ParticipationLevel level)
Sets an attendee's level of participation.
|
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.