|
|||||||||
| 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.Status
public static class Media.Status
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 |
|---|
public static final int OUT_OF_SERVICE_
public static final Media.Status OUT_OF_SERVICE
public static final int LOGGED_OUT_
public static final Media.Status LOGGED_OUT
public static final int NOTREADY_
public static final Media.Status NOTREADY
public static final int READY_
public static final Media.Status READY
public static final int BUSY_NOTREADY_
public static final Media.Status BUSY_NOTREADY
public static final int BUSY_READY_
public static final Media.Status BUSY_READY
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final Media.Status getStatus(int value)
Status for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||