public enum StandardPropertySet extends java.lang.Enum<StandardPropertySet>
| Enum Constant and Description |
|---|
ADDRESS
Specifies the address property set ID by name.
|
APPOINTMENT
Specifies the appointment property set ID by name.
|
CALENDAR_ASSISTANT
Specifies the calendar assistant property set ID by name.
|
COMMON
Specifies the common property set ID by name.
|
INTERNET_HEADERS
Specifies the Internet headers property set ID by name.
|
MEETING
Specifies the meeting property set ID by name.
|
PUBLIC_STRINGS
Specifies the public strings property set ID by name.
|
SHARING |
TASK
Specifies the task property set ID by name.
|
UNIFIED_MESSAGING
Specifies the Unified Messaging property set ID by name.
|
| Modifier and Type | Method and Description |
|---|---|
static StandardPropertySet |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StandardPropertySet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardPropertySet MEETING
public static final StandardPropertySet APPOINTMENT
public static final StandardPropertySet COMMON
public static final StandardPropertySet PUBLIC_STRINGS
public static final StandardPropertySet ADDRESS
public static final StandardPropertySet INTERNET_HEADERS
public static final StandardPropertySet CALENDAR_ASSISTANT
public static final StandardPropertySet UNIFIED_MESSAGING
public static final StandardPropertySet TASK
public static final StandardPropertySet SHARING
public static StandardPropertySet[] values()
for (StandardPropertySet c : StandardPropertySet.values()) System.out.println(c);
public static StandardPropertySet 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 null