|
|||||||||
| 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.OutboundRecord.Status
public static class OutboundRecord.Status
Constants describing the status of a record.
| Field Summary | |
|---|---|
static OutboundRecord.Status |
CLONED
This record is a clone: it can only be used in the AddRecord methods. |
static int |
CLONED_
This record is a clone: it can only be used in the AddRecord methods. |
static OutboundRecord.Status |
CLOSED_EXTERNAL
The record can't be manipulated anymore, it was closed by an external action. |
static int |
CLOSED_EXTERNAL_
The record can't be manipulated anymore, it was closed by an external action. |
static OutboundRecord.Status |
CLOSED_INTERNAL
The record can't be manipulated anymore, it was closed by an agent. |
static int |
CLOSED_INTERNAL_
The record can't be manipulated anymore, it was closed by an agent. |
static int |
MAX
|
static OutboundRecord.Status |
OPEN
The record is ready to be manipulated. |
static int |
OPEN_
The record is ready to be manipulated. |
static OutboundRecord.Status |
UNKNOWN
Record status has not been set yet. |
static int |
UNKNOWN_
Record status has not been set yet. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static OutboundRecord.Status |
getStatus(int value)
Returns the Status 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 UNKNOWN_
public static final OutboundRecord.Status UNKNOWN
public static final int OPEN_
public static final OutboundRecord.Status OPEN
public static final int CLOSED_INTERNAL_
public static final OutboundRecord.Status CLOSED_INTERNAL
public static final int CLOSED_EXTERNAL_
public static final OutboundRecord.Status CLOSED_EXTERNAL
public static final int CLONED_
public static final OutboundRecord.Status CLONED
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final OutboundRecord.Status getStatus(int value)
Status for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||