public enum CalendarReadRange extends Enum<CalendarReadRange>
Enum Constant and Description |
---|
ALARM
Output alarm information for this entry
|
APPTTYPE |
CATEGORY |
CLASS |
DTEND |
DTSTAMP |
DTSTART |
HASATTACH
X-LOTUS-HASATTACH is set to 1 if there are any file attachments for this entry
|
LOCATION |
NOTESORGANIZER
Note: For performance reasons, the organizer may not be stored in
ORGANIZER but rather in X-LOTUS-ORGANIZER to avoid lookups necessary
to get the internet address.
|
NOTESROOM
Note: For performance reasons, the organizer may not be stored in PARTICIPANT but
rather in X-LOTUS-ROOM to avoid lookups necessary to get the internet address.
|
NOTICETYPE |
ONLINE_URL
Includes online meeting URL as well as any online meeting password or conf ID
|
PRIORITY |
RECURRENCE_ID |
SEQUENCE |
STATUS |
SUMMARY |
TRANSP |
UNID
X-LOTUS-UNID will always be set for notices (as it is used as the identifier for
a notice), but setting this flag will also set X-LOTUS-UNID for calendar entries,
where this will be set with the UNID of the note that currently contains this
instance (can be used to construct a URL to open the instance in Notes, for instance)
|
Modifier and Type | Method and Description |
---|---|
int |
getMaskNr() |
int |
getValue() |
static int |
toBitMask(Collection<CalendarReadRange> flagSet) |
static int |
toBitMask2(Collection<CalendarReadRange> flagSet) |
static CalendarReadRange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalendarReadRange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CalendarReadRange DTSTART
public static final CalendarReadRange DTEND
public static final CalendarReadRange DTSTAMP
public static final CalendarReadRange SUMMARY
public static final CalendarReadRange CLASS
public static final CalendarReadRange PRIORITY
public static final CalendarReadRange RECURRENCE_ID
public static final CalendarReadRange SEQUENCE
public static final CalendarReadRange LOCATION
public static final CalendarReadRange TRANSP
public static final CalendarReadRange CATEGORY
public static final CalendarReadRange APPTTYPE
public static final CalendarReadRange NOTICETYPE
public static final CalendarReadRange STATUS
public static final CalendarReadRange ONLINE_URL
public static final CalendarReadRange NOTESORGANIZER
public static final CalendarReadRange NOTESROOM
public static final CalendarReadRange ALARM
public static final CalendarReadRange HASATTACH
public static final CalendarReadRange UNID
public static CalendarReadRange[] values()
for (CalendarReadRange c : CalendarReadRange.values()) System.out.println(c);
public static CalendarReadRange valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getMaskNr()
public int getValue()
public static int toBitMask(Collection<CalendarReadRange> flagSet)
public static int toBitMask2(Collection<CalendarReadRange> flagSet)
Copyright © 2019–2021 HCL. All rights reserved.