com.genesyslab.ail
Class Place.Action

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

public static class Place.Action
extends Enum

Actions that are possible on a place. To be used in the methods of Possible.


Field Summary
static int MAX
          The number of defined constants, also the next usable value for the possible constants.
static Place.Action NEW_EMAIL
          Constant for the 'new email' action.
static int NEW_EMAIL_
          Constant for the 'new email' action.
static Place.Action NEW_PHONECALL
          Constant for the 'new phone call' action.
static int NEW_PHONECALL_
          Constant for the 'new phone call' action.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static Place.Action getAction(int value)
          Returns the Action for this value.
static int max()
          The number of defined constants, also the next usable value for the possible constants.
 
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

NEW_PHONECALL_

public static final int NEW_PHONECALL_
Constant for the 'new phone call' action.

See Also:
Constant Field Values

NEW_PHONECALL

public static final Place.Action NEW_PHONECALL
Constant for the 'new phone call' action.


NEW_EMAIL_

public static final int NEW_EMAIL_
Constant for the 'new email' action.

See Also:
Constant Field Values

NEW_EMAIL

public static final Place.Action NEW_EMAIL
Constant for the 'new email' action.


MAX

public static final int MAX
The number of defined constants, also the next usable value for the possible constants.

See Also:
Constant Field Values
Method Detail

max

public static final int max()
The number of defined constants, also the next usable value for the possible constants.


getAction

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