public static enum ECDeskManager.ECAgentManagerType extends java.lang.Enum<ECDeskManager.ECAgentManagerType>
限定符和类型 | 方法和说明 |
---|---|
int |
event() |
static ECDeskManager.ECAgentManagerType |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static ECDeskManager.ECAgentManagerType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final ECDeskManager.ECAgentManagerType KF_ON_WORK
public static final ECDeskManager.ECAgentManagerType KF_OFF_WORK
public static final ECDeskManager.ECAgentManagerType TRANS_KF
public static final ECDeskManager.ECAgentManagerType NEW_USER_ASK
public static final ECDeskManager.ECAgentManagerType USER_END_ASK
public static final ECDeskManager.ECAgentManagerType READY
public static final ECDeskManager.ECAgentManagerType NOT_READY
public static final ECDeskManager.ECAgentManagerType START_IM_WITH_USER
public static final ECDeskManager.ECAgentManagerType STOP_IM_WITH_USER
public static final ECDeskManager.ECAgentManagerType TRANSFER_QUEUE
public static final ECDeskManager.ECAgentManagerType ENTER_IM_CONF
public static final ECDeskManager.ECAgentManagerType MAKE_CALL
public static final ECDeskManager.ECAgentManagerType ANSWER_CALL
public static final ECDeskManager.ECAgentManagerType RELEASE_CALL
public static final ECDeskManager.ECAgentManagerType NEW_USER_CALL_IN
public static final ECDeskManager.ECAgentManagerType USER_RELEASE_CALL
public static ECDeskManager.ECAgentManagerType[] values()
for (ECDeskManager.ECAgentManagerType c : ECDeskManager.ECAgentManagerType.values()) System.out.println(c);
public static ECDeskManager.ECAgentManagerType valueOf(java.lang.String name)
name
- 要返回的枚举常量的名称。java.lang.IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException
- 如果参数为空值public int event()
Copyright © 2017 All rights reserved.