|
|||||||||
| 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.event.AbstractInteractionEvent.EventReason
public static class AbstractInteractionEvent.EventReason
Constants for Event reason.
| Field Summary | |
|---|---|
static AbstractInteractionEvent.EventReason |
ABANDONED
Constant for abandoned reason. |
static int |
ABANDONED_
Constant for abandoned reason. |
static AbstractInteractionEvent.EventReason |
ERROR
Constant for general error or system error. |
static int |
ERROR_
Constant for general error or system error. |
static AbstractInteractionEvent.EventReason |
INFO_CHANGED
Constant for info changed reason. |
static int |
INFO_CHANGED_
Constant for info changed reason. |
static AbstractInteractionEvent.EventReason |
INIT
Constant for init reason. |
static int |
INIT_
Constant for init reason. |
static int |
MAX
The number of defined constants, also the next usable value for the possible constants. |
static AbstractInteractionEvent.EventReason |
NEW
Constant for new reason. |
static int |
NEW_
Constant for new reason. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static AbstractInteractionEvent.EventReason |
getEventReason(int value)
Returns the EventReason 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 INIT_
public static final AbstractInteractionEvent.EventReason INIT
public static final int NEW_
public static final AbstractInteractionEvent.EventReason NEW
public static final int ABANDONED_
public static final AbstractInteractionEvent.EventReason ABANDONED
public static final int INFO_CHANGED_
public static final AbstractInteractionEvent.EventReason INFO_CHANGED
public static final int ERROR_
public static final AbstractInteractionEvent.EventReason ERROR
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final AbstractInteractionEvent.EventReason getEventReason(int value)
EventReason for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||