com.genesyslab.ail
Class OutboundChain.Reason

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.OutboundChain.Reason
Enclosing interface:
OutboundChain

public static class OutboundChain.Reason
extends Enum

Lists the possible reasons for getting an PlaceEventOutboundChainInfo event.


Field Summary
static OutboundChain.Reason CREATED
          An OutboundChainInfo was created on the place.
static int CREATED_
          Integer value for reason CREATED.
static OutboundChain.Reason DELETED
          An OutboundChainInfo of the place was deleted.
static int DELETED_
          Integer value for reason DELETED.
static int MAX
           
static OutboundChain.Reason UPDATED
          An OutboundChainInfo of the place was updated.
static int UPDATED_
          Integer value for reason UPDATED.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static OutboundChain.Reason getReason(int value)
          Returns the Reason for this value.
static int max()
          The number of defined constants, also the next possible value for a new constant.
 
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

CREATED_

public static final int CREATED_
Integer value for reason CREATED.

See Also:
Constant Field Values

CREATED

public static final OutboundChain.Reason CREATED
An OutboundChainInfo was created on the place.


DELETED_

public static final int DELETED_
Integer value for reason DELETED.

See Also:
Constant Field Values

DELETED

public static final OutboundChain.Reason DELETED
An OutboundChainInfo of the place was deleted.


UPDATED_

public static final int UPDATED_
Integer value for reason UPDATED.

See Also:
Constant Field Values

UPDATED

public static final OutboundChain.Reason UPDATED
An OutboundChainInfo of the place was updated.


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 possible value for a new constant.


getReason

public static final OutboundChain.Reason getReason(int value)
Returns the Reason for this value.