|
|||||||||
| 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.DnFunction.Action
public static class DnFunction.Action
Enum for the possible actions. See Possible to find out how to use it.
| Field Summary | |
|---|---|
static DnFunction.Action |
CANCEL_FORWARD
Cancel the Forward. |
static int |
CANCEL_FORWARD_
Cancel the Forward. |
static int |
MAX
The maximum number of actions. |
static DnFunction.Action |
SET_DND_OFF
Set DND off. |
static int |
SET_DND_OFF_
Set DND off. |
static DnFunction.Action |
SET_DND_ON
Set DND on. |
static int |
SET_DND_ON_
Set DND on. |
static DnFunction.Action |
SET_FORWARD
Set the Forward to a destination. |
static int |
SET_FORWARD_
Set the Forward to a destination. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static DnFunction.Action |
getAction(int value)
Returns the Action for this value. |
static int |
max()
The maximum number of actions. |
| 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 SET_DND_ON_
public static final DnFunction.Action SET_DND_ON
public static final int SET_DND_OFF_
public static final DnFunction.Action SET_DND_OFF
public static final int SET_FORWARD_
public static final DnFunction.Action SET_FORWARD
public static final int CANCEL_FORWARD_
public static final DnFunction.Action CANCEL_FORWARD
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final DnFunction.Action getAction(int value)
Action for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||