|
|||||||||
| 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.Place.Action
public static class Place.Action
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 |
|---|
public static final int NEW_PHONECALL_
public static final Place.Action NEW_PHONECALL
public static final int NEW_EMAIL_
public static final Place.Action NEW_EMAIL
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final Place.Action getAction(int value)
Action for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||