|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<UserConfigurationDictionaryObjectType>
microsoft.exchange.webservices.data.UserConfigurationDictionaryObjectType
public enum UserConfigurationDictionaryObjectType
Identifies the user configuration dictionary key and value types.
Enum Constant Summary | |
---|---|
Boolean
The Boolean. |
|
Byte
The Byte. |
|
ByteArray
The Byte array. |
|
DateTime
The Date time. |
|
Integer32
The Integer32. |
|
Integer64
The Integer64. |
|
String
The String. |
|
StringArray
The String array. |
|
UnsignedInteger32
The Unsigned integer32. |
|
UnsignedInteger64
The Unsigned integer64. |
Method Summary | |
---|---|
static UserConfigurationDictionaryObjectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UserConfigurationDictionaryObjectType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final UserConfigurationDictionaryObjectType DateTime
public static final UserConfigurationDictionaryObjectType Boolean
public static final UserConfigurationDictionaryObjectType Byte
public static final UserConfigurationDictionaryObjectType String
public static final UserConfigurationDictionaryObjectType Integer32
public static final UserConfigurationDictionaryObjectType UnsignedInteger32
public static final UserConfigurationDictionaryObjectType Integer64
public static final UserConfigurationDictionaryObjectType UnsignedInteger64
public static final UserConfigurationDictionaryObjectType StringArray
public static final UserConfigurationDictionaryObjectType ByteArray
Method Detail |
---|
public static UserConfigurationDictionaryObjectType[] values()
for (UserConfigurationDictionaryObjectType c : UserConfigurationDictionaryObjectType.values()) System.out.println(c);
public static UserConfigurationDictionaryObjectType 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 name
java.lang.NullPointerException
- if the argument is null
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |