com.genesyslab.ail
Class Media.Status

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

public static class Media.Status
extends Enum

Constants that describe possible statuses for the Media.


Field Summary
static Media.Status BUSY_NOTREADY
          Media status Busy, not ready.
static int BUSY_NOTREADY_
          Media status Busy, not ready.
static Media.Status BUSY_READY
          Media status Busy, ready.
static int BUSY_READY_
          Media status Busy, ready.
static Media.Status LOGGED_OUT
          Media status Logged out.
static int LOGGED_OUT_
          Media status Logged out.
static int MAX
           
static Media.Status NOTREADY
          Media status Not ready.
static int NOTREADY_
          Media status Not ready.
static Media.Status OUT_OF_SERVICE
          Media status Out of service.
static int OUT_OF_SERVICE_
          Media status Out of service.
static Media.Status READY
          Media status Ready.
static int READY_
          Media status Ready.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static Media.Status getStatus(int value)
          Returns the Status 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

OUT_OF_SERVICE_

public static final int OUT_OF_SERVICE_
Media status Out of service.

See Also:
Constant Field Values

OUT_OF_SERVICE

public static final Media.Status OUT_OF_SERVICE
Media status Out of service.


LOGGED_OUT_

public static final int LOGGED_OUT_
Media status Logged out.

See Also:
Constant Field Values

LOGGED_OUT

public static final Media.Status LOGGED_OUT
Media status Logged out.


NOTREADY_

public static final int NOTREADY_
Media status Not ready.

See Also:
Constant Field Values

NOTREADY

public static final Media.Status NOTREADY
Media status Not ready.


READY_

public static final int READY_
Media status Ready.

See Also:
Constant Field Values

READY

public static final Media.Status READY
Media status Ready.


BUSY_NOTREADY_

public static final int BUSY_NOTREADY_
Media status Busy, not ready.

See Also:
Constant Field Values

BUSY_NOTREADY

public static final Media.Status BUSY_NOTREADY
Media status Busy, not ready.


BUSY_READY_

public static final int BUSY_READY_
Media status Busy, ready.

See Also:
Constant Field Values

BUSY_READY

public static final Media.Status BUSY_READY
Media status Busy, ready.


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.


getStatus

public static final Media.Status getStatus(int value)
Returns the Status for this value.