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