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