|
|||||||||
| 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.im.IMParty.Type
public static class IMParty.Type
Constants for possible party types.
| Field Summary | |
|---|---|
static IMParty.Type |
AGENT
Constant for agent type. |
static int |
AGENT_
Constant for agent type. |
static IMParty.Type |
CLIENT
Constant for client type. |
static int |
CLIENT_
Constant for client type. |
static IMParty.Type |
EXTERNAL
Constant for external type. |
static int |
EXTERNAL_
Constant for external type. |
static int |
MAX
Return the number of Type values. |
static IMParty.Type |
SUPERVISOR
Constant for supervisor type. |
static int |
SUPERVISOR_
Constant for supervisor type. |
static IMParty.Type |
UNKNOWN
Constant for unknown type. |
static int |
UNKNOWN_
Constant for unknown type. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static IMParty.Type |
getType(int value)
Returns the Type for this int value. |
static IMParty.Type |
getType(java.lang.String value)
Returns the Type for this string value. |
static int |
max()
Return the number of types. |
| 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 IMParty.Type UNKNOWN
public static final int CLIENT_
public static final IMParty.Type CLIENT
public static final int AGENT_
public static final IMParty.Type AGENT
public static final int SUPERVISOR_
public static final IMParty.Type SUPERVISOR
public static final int EXTERNAL_
public static final IMParty.Type EXTERNAL
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final IMParty.Type getType(int value)
Type for this int value.
public static final IMParty.Type getType(java.lang.String value)
Type for this string value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||