public enum ServiceType extends Enum<ServiceType>
Enum Constant and Description |
---|
AUTOATTENDANT |
AUTOATTENDANTSTANDARD |
BROADWORKSANYWHEREPORTAL |
CALLCENTER |
COLLABORATEBRIDGE |
FINDMEFOLLOWME |
FLEXIBLESEATINGHOST |
GROUPPAGING |
HUNTGROUP |
INSTANTCONFERENCEBRIDGE |
INSTANTGROUPCALL |
MEETMECONFERENCEBRIDGE |
ROUTEPOINT |
VOICEXML |
Modifier and Type | Method and Description |
---|---|
static ServiceType |
get(String value) |
static ServiceType[] |
getArray(String[] values) |
String |
toString() |
String |
value() |
static ServiceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceType AUTOATTENDANT
public static final ServiceType AUTOATTENDANTSTANDARD
public static final ServiceType BROADWORKSANYWHEREPORTAL
public static final ServiceType CALLCENTER
public static final ServiceType COLLABORATEBRIDGE
public static final ServiceType FINDMEFOLLOWME
public static final ServiceType FLEXIBLESEATINGHOST
public static final ServiceType GROUPPAGING
public static final ServiceType HUNTGROUP
public static final ServiceType INSTANTGROUPCALL
public static final ServiceType INSTANTCONFERENCEBRIDGE
public static final ServiceType MEETMECONFERENCEBRIDGE
public static final ServiceType ROUTEPOINT
public static final ServiceType VOICEXML
public static ServiceType[] values()
for (ServiceType c : ServiceType.values()) System.out.println(c);
public static ServiceType 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<ServiceType>
public static ServiceType get(String value)
public static ServiceType[] getArray(String[] values)
Copyright © 2016 ECG. All rights reserved.