public class ParticipationLevel extends Object
Modifier and Type | Field and Description |
---|---|
static ParticipationLevel |
FYI
Indicates that the user has been notified about the event for
informational purposes only and does not need to attend.
|
static ParticipationLevel |
OPTIONAL
Indicates that the user's participation is optional.
|
static ParticipationLevel |
REQUIRED
Indicates that the user's participation is required.
|
Modifier and Type | Method and Description |
---|---|
static Collection<ParticipationLevel> |
all()
Gets all of the parameter values that are defined as static constants in
this class.
|
static ParticipationLevel |
find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static ParticipationLevel |
get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
String |
getValue(ICalVersion version)
Gets the value of the parameter
|
public static final ParticipationLevel REQUIRED
public static final ParticipationLevel OPTIONAL
public static final ParticipationLevel FYI
public String getValue(ICalVersion version)
version
- the versionpublic static ParticipationLevel find(String value)
value
- the parameter valuepublic static ParticipationLevel get(String value)
==
equality.value
- the parameter valuepublic static Collection<ParticipationLevel> all()
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.