public static enum ICalendarElement.Role extends java.lang.Enum<ICalendarElement.Role>
Enum Constant and Description |
---|
Chair
Indicates chair of the calendar entity
|
NonParticipant
Indicates a participant who is copied for information purposes only
|
OptionalParticipant
Indicates a participant whose participation is optional
|
RequiredParticipant
Indicates a participant whose participation is required
|
Modifier and Type | Method and Description |
---|---|
static ICalendarElement.Role |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ICalendarElement.Role[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ICalendarElement.Role Chair
public static final ICalendarElement.Role RequiredParticipant
public static final ICalendarElement.Role OptionalParticipant
public static final ICalendarElement.Role NonParticipant
public static ICalendarElement.Role[] values()
for (ICalendarElement.Role c : ICalendarElement.Role.values()) System.out.println(c);
public static ICalendarElement.Role 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.