com.genesyslab.ail
Class DnFunction.Action

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.DnFunction.Action
Enclosing interface:
DnFunction

public static class DnFunction.Action
extends Enum

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

SET_DND_ON_

public static final int SET_DND_ON_
Set DND on.

See Also:
Constant Field Values

SET_DND_ON

public static final DnFunction.Action SET_DND_ON
Set DND on.


SET_DND_OFF_

public static final int SET_DND_OFF_
Set DND off.

See Also:
Constant Field Values

SET_DND_OFF

public static final DnFunction.Action SET_DND_OFF
Set DND off.


SET_FORWARD_

public static final int SET_FORWARD_
Set the Forward to a destination.

See Also:
Constant Field Values

SET_FORWARD

public static final DnFunction.Action SET_FORWARD
Set the Forward to a destination.


CANCEL_FORWARD_

public static final int CANCEL_FORWARD_
Cancel the Forward.

See Also:
Constant Field Values

CANCEL_FORWARD

public static final DnFunction.Action CANCEL_FORWARD
Cancel the Forward.


MAX

public static final int MAX
The maximum number of actions.

See Also:
Constant Field Values
Method Detail

max

public static final int max()
The maximum number of actions.


getAction

public static final DnFunction.Action getAction(int value)
Returns the Action for this value.