|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ForwardType>
de.starface.integration.uci.java.v30.values.ForwardType
public enum ForwardType
This enum defines the different states a call can take. The constants are used for the call
property CallProperties.state.
| Enum Constant Summary | |
|---|---|
BL_BACK
User back from blindtransfer |
|
BLINDTRANSFER
User blindtransfer |
|
CFB
User busy forward |
|
CFI
User interactive forward |
|
CFNR
User no response forward |
|
CFU
User allways forward |
|
NONE
No forward |
|
PICKUP
User pick up a call |
|
TRANSFER
User transfer |
|
| Method Summary | |
|---|---|
static ForwardType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ForwardType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ForwardType NONE
public static final ForwardType CFI
public static final ForwardType CFU
public static final ForwardType CFB
public static final ForwardType CFNR
public static final ForwardType PICKUP
public static final ForwardType BLINDTRANSFER
public static final ForwardType TRANSFER
public static final ForwardType BL_BACK
| Method Detail |
|---|
public static ForwardType[] values()
for (ForwardType c : ForwardType.values()) System.out.println(c);
public static ForwardType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||