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