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