protected static enum ExtendedFieldURI.DistinguishedPropertySetType extends Enum<ExtendedFieldURI.DistinguishedPropertySetType>
Enum Constant and Description |
---|
Address |
Appointment |
CalendarAssistant |
Common |
InternetHeaders |
Meeting |
PublicStrings |
Task |
UnifiedMessaging |
Modifier and Type | Method and Description |
---|---|
static ExtendedFieldURI.DistinguishedPropertySetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedFieldURI.DistinguishedPropertySetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtendedFieldURI.DistinguishedPropertySetType Meeting
public static final ExtendedFieldURI.DistinguishedPropertySetType Appointment
public static final ExtendedFieldURI.DistinguishedPropertySetType Common
public static final ExtendedFieldURI.DistinguishedPropertySetType PublicStrings
public static final ExtendedFieldURI.DistinguishedPropertySetType Address
public static final ExtendedFieldURI.DistinguishedPropertySetType InternetHeaders
public static final ExtendedFieldURI.DistinguishedPropertySetType CalendarAssistant
public static final ExtendedFieldURI.DistinguishedPropertySetType UnifiedMessaging
public static final ExtendedFieldURI.DistinguishedPropertySetType Task
public static ExtendedFieldURI.DistinguishedPropertySetType[] values()
for (ExtendedFieldURI.DistinguishedPropertySetType c : ExtendedFieldURI.DistinguishedPropertySetType.values()) System.out.println(c);
public static ExtendedFieldURI.DistinguishedPropertySetType 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 nullCopyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.