|
|||||||||
| 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.Media.Action
public static class Media.Action
Constants that describe actions on Media. To be used in the methods of
Possible.
Possible| Field Summary | |
|---|---|
static Media.Action |
LOGIN
The 'login' action. |
static int |
LOGIN_
The 'login' action. |
static Media.Action |
LOGOUT
The 'logout' action. |
static int |
LOGOUT_
The 'logout' action. |
static int |
MAX
|
static Media.Action |
NOTREADY
The 'not ready' action. |
static int |
NOTREADY_
The 'not ready' action. |
static Media.Action |
READY
The 'ready' action. |
static int |
READY_
The 'ready' action. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static Media.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 LOGIN_
public static final Media.Action LOGIN
public static final int LOGOUT_
public static final Media.Action LOGOUT
public static final int NOTREADY_
public static final Media.Action NOTREADY
public static final int READY_
public static final Media.Action READY
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final Media.Action getAction(int value)
Action for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||