com.genesyslab.ail
Class Media.Action

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

public static class Media.Action
extends Enum

Constants that describe actions on Media. To be used in the methods of Possible.

See Also:
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

LOGIN_

public static final int LOGIN_
The 'login' action.

See Also:
Constant Field Values

LOGIN

public static final Media.Action LOGIN
The 'login' action.


LOGOUT_

public static final int LOGOUT_
The 'logout' action.

See Also:
Constant Field Values

LOGOUT

public static final Media.Action LOGOUT
The 'logout' action.


NOTREADY_

public static final int NOTREADY_
The 'not ready' action.

See Also:
Constant Field Values

NOTREADY

public static final Media.Action NOTREADY
The 'not ready' action.


READY_

public static final int READY_
The 'ready' action.

See Also:
Constant Field Values

READY

public static final Media.Action READY
The 'ready' action.


MAX

public static final int MAX
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 Media.Action getAction(int value)
Returns the Action for this value.