public enum VoiceMessagingUserMailServerSelection extends Enum<VoiceMessagingUserMailServerSelection>
Enum Constant and Description |
---|
GROUPMAILSERVER |
PERSONALMAILSERVER |
Modifier and Type | Method and Description |
---|---|
static VoiceMessagingUserMailServerSelection |
get(String value) |
String |
toString() |
String |
value() |
static VoiceMessagingUserMailServerSelection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VoiceMessagingUserMailServerSelection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VoiceMessagingUserMailServerSelection GROUPMAILSERVER
public static final VoiceMessagingUserMailServerSelection PERSONALMAILSERVER
public static VoiceMessagingUserMailServerSelection[] values()
for (VoiceMessagingUserMailServerSelection c : VoiceMessagingUserMailServerSelection.values()) System.out.println(c);
public static VoiceMessagingUserMailServerSelection 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 String value()
public String toString()
toString
in class Enum<VoiceMessagingUserMailServerSelection>
public static VoiceMessagingUserMailServerSelection get(String value)
Copyright © 2016 ECG, Inc. All rights reserved.