public static enum ICalendarElement.Status extends java.lang.Enum<ICalendarElement.Status>
Enum Constant and Description |
---|
Cancelled |
Completed |
Confirmed |
InProcess |
NeedsAction |
Tentative |
Modifier and Type | Method and Description |
---|---|
static ICalendarElement.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ICalendarElement.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ICalendarElement.Status NeedsAction
public static final ICalendarElement.Status Completed
public static final ICalendarElement.Status InProcess
public static final ICalendarElement.Status Cancelled
public static final ICalendarElement.Status Confirmed
public static final ICalendarElement.Status Tentative
public static ICalendarElement.Status[] values()
for (ICalendarElement.Status c : ICalendarElement.Status.values()) System.out.println(c);
public static ICalendarElement.Status 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.