public static enum ICalendarElement.ParticipationStatus extends java.lang.Enum<ICalendarElement.ParticipationStatus>
Enum Constant and Description |
---|
Accepted
To-do accepted
|
Completed
To-do completed
|
Declined
To-do declined
|
Delegated
To-do delegated
|
NeedsAction
To-do needs action
|
Tentative
To-do tentatively accepted
|
Modifier and Type | Method and Description |
---|---|
static ICalendarElement.ParticipationStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ICalendarElement.ParticipationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ICalendarElement.ParticipationStatus NeedsAction
public static final ICalendarElement.ParticipationStatus Accepted
public static final ICalendarElement.ParticipationStatus Declined
public static final ICalendarElement.ParticipationStatus Tentative
public static final ICalendarElement.ParticipationStatus Delegated
public static final ICalendarElement.ParticipationStatus Completed
public static ICalendarElement.ParticipationStatus[] values()
for (ICalendarElement.ParticipationStatus c : ICalendarElement.ParticipationStatus.values()) System.out.println(c);
public static ICalendarElement.ParticipationStatus valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2021. All Rights Reserved.