|
|||||||||
| 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.OutboundChain.Reason
public static class OutboundChain.Reason
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 |
|---|
public static final int CREATED_
Integer value for reason CREATED.
public static final OutboundChain.Reason CREATED
OutboundChainInfo was created on the place.
public static final int DELETED_
Integer value for reason DELETED.
public static final OutboundChain.Reason DELETED
OutboundChainInfo of the place was deleted.
public static final int UPDATED_
Integer value for reason UPDATED.
public static final OutboundChain.Reason UPDATED
OutboundChainInfo of the place was updated.
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final OutboundChain.Reason getReason(int value)
Reason for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||