|
|||||||||
| 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.AbstractInteraction.Status
public static class AbstractInteraction.Status
Constants for interaction statuses, common to all media.
| Field Summary | |
|---|---|
static AbstractInteraction.Status |
IDLE
Interaction status idle. |
static int |
IDLE_
Interaction status idle. |
static int |
MAX
The maximum number of statuses. |
static AbstractInteraction.Status |
NEW
Interaction status new. |
static int |
NEW_
Interaction status new. |
static AbstractInteraction.Status |
UNKNOWN
Interaction status unknown. |
static int |
UNKNOWN_
Interaction status unknown. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static AbstractInteraction.Status |
getStatus(int value)
|
static int |
max()
|
| 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 UNKNOWN_
public static final AbstractInteraction.Status UNKNOWN
public static final int NEW_
public static final AbstractInteraction.Status NEW
public static final int IDLE_
public static final AbstractInteraction.Status IDLE
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final AbstractInteraction.Status getStatus(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||