public static enum EventChanges.Type extends java.lang.Enum<EventChanges.Type>
Enum Constant and Description |
---|
ATTACHMENTS |
ATTENDEES |
CLASSIFICATION |
CONFERENCE |
DESCRIPTION |
DTEND |
DTSTART |
EVENT |
LOCATION |
PRIORITY |
RRULE |
SUMMARY |
TRANSPARENCY |
URL |
Modifier and Type | Method and Description |
---|---|
static EventChanges.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventChanges.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventChanges.Type EVENT
public static final EventChanges.Type URL
public static final EventChanges.Type CONFERENCE
public static final EventChanges.Type SUMMARY
public static final EventChanges.Type RRULE
public static final EventChanges.Type PRIORITY
public static final EventChanges.Type LOCATION
public static final EventChanges.Type DESCRIPTION
public static final EventChanges.Type DTSTART
public static final EventChanges.Type DTEND
public static final EventChanges.Type TRANSPARENCY
public static final EventChanges.Type CLASSIFICATION
public static final EventChanges.Type ATTACHMENTS
public static final EventChanges.Type ATTENDEES
public static EventChanges.Type[] values()
for (EventChanges.Type c : EventChanges.Type.values()) System.out.println(c);
public static EventChanges.Type 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 © 2024. All Rights Reserved.