|
|||||||||
| 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.collaboration.Participant.Type
public static class Participant.Type
Constants that describe the types of participants.
| Field Summary | |
|---|---|
static Participant.Type |
AGENT
Constant for Participant type 'agent'. |
static int |
AGENT_
Constant for Participant type 'agent'. |
static int |
MAX
The number of defined constants, also the next usable value for the possible constants. |
static Participant.Type |
QUEUE
Constant for Participant type 'queue'. |
static int |
QUEUE_
Constant for Participant type 'queue'. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static Participant.Type |
getType(int value)
Returns the Type 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 QUEUE_
public static final Participant.Type QUEUE
public static final int AGENT_
public static final Participant.Type AGENT
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final Participant.Type getType(int value)
Type for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||