com.genesyslab.ail.event
Class AbstractInteractionEvent.EventReason

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.event.AbstractInteractionEvent.EventReason
Enclosing interface:
AbstractInteractionEvent

public static class AbstractInteractionEvent.EventReason
extends Enum

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

INIT_

public static final int INIT_
Constant for init reason.

See Also:
Constant Field Values

INIT

public static final AbstractInteractionEvent.EventReason INIT
Constant for init reason.


NEW_

public static final int NEW_
Constant for new reason.

See Also:
Constant Field Values

NEW

public static final AbstractInteractionEvent.EventReason NEW
Constant for new reason.


ABANDONED_

public static final int ABANDONED_
Constant for abandoned reason.

See Also:
Constant Field Values

ABANDONED

public static final AbstractInteractionEvent.EventReason ABANDONED
Constant for abandoned reason.


INFO_CHANGED_

public static final int INFO_CHANGED_
Constant for info changed reason.

See Also:
Constant Field Values

INFO_CHANGED

public static final AbstractInteractionEvent.EventReason INFO_CHANGED
Constant for info changed reason.


ERROR_

public static final int ERROR_
Constant for general error or system error.

See Also:
Constant Field Values

ERROR

public static final AbstractInteractionEvent.EventReason ERROR
Constant for general error or system error.


MAX

public static final int MAX
The number of defined constants, also the next usable value for the possible constants.

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.


getEventReason

public static final AbstractInteractionEvent.EventReason getEventReason(int value)
Returns the EventReason for this value.