|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genesyslab.ail.Enum
com.genesyslab.ail.event.DnFunctionEvent.EventReason
public static class DnFunctionEvent.EventReason
Enum for the possible event reasons.
| Field Summary | |
|---|---|
static DnFunctionEvent.EventReason |
DND_OFF
The Do-Not-Disturb has been turned off. |
static int |
DND_OFF_
The Do-Not-Disturb has been turned off. |
static DnFunctionEvent.EventReason |
DND_ON
The Do-Not-Disturb has been turned on. |
static int |
DND_ON_
The Do-Not-Disturb has been turned on. |
static DnFunctionEvent.EventReason |
FORWARD_CANCELED
The Forward has been canceled. |
static int |
FORWARD_CANCELED_
The Forward has been canceled. |
static DnFunctionEvent.EventReason |
FORWARD_SET
The Forward has been activated. |
static int |
FORWARD_SET_
The Forward has been activated. |
static int |
MAX
The maximum number of event reasons. |
static DnFunctionEvent.EventReason |
OFF_HOOK
The telephone headset has been taken off-hook. |
static int |
OFF_HOOK_
The telephone headset has been taken off-hook. |
static DnFunctionEvent.EventReason |
ON_HOOK
The telephone headset has been placed on-hook. |
static int |
ON_HOOK_
The telephone headset has been placed on-hook. |
static DnFunctionEvent.EventReason |
UNDEFINED
Undefined. |
static int |
UNDEFINED_
Undefined. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static DnFunctionEvent.EventReason |
getEventReason(int value)
Returns an EventReason for this value. |
static int |
max()
The maximum number of event reasons. |
| Methods inherited from class com.genesyslab.ail.Enum |
|---|
equals, hashCode, toInt, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int UNDEFINED_
public static final DnFunctionEvent.EventReason UNDEFINED
public static final int DND_ON_
public static final DnFunctionEvent.EventReason DND_ON
public static final int DND_OFF_
public static final DnFunctionEvent.EventReason DND_OFF
public static final int ON_HOOK_
public static final DnFunctionEvent.EventReason ON_HOOK
public static final int OFF_HOOK_
public static final DnFunctionEvent.EventReason OFF_HOOK
public static final int FORWARD_SET_
public static final DnFunctionEvent.EventReason FORWARD_SET
public static final int FORWARD_CANCELED_
public static final DnFunctionEvent.EventReason FORWARD_CANCELED
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final DnFunctionEvent.EventReason getEventReason(int value)
EventReason for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||