|
|||||||||
| 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.AilLoader.ApplicationType
public static class AilLoader.ApplicationType
Constants for types of application.
| Field Summary | |
|---|---|
static AilLoader.ApplicationType |
CLIENT
Agent Interaction Layer is embedded in a client application. |
static int |
CLIENT_
Agent Interaction Layer is embedded in a client application. |
static AilLoader.ApplicationType |
GENERIC_SERVER
Agent Interaction Layer is embedded in an application of type "Generic server". |
static int |
GENERIC_SERVER_
Agent Interaction Layer is embedded in an application of type "Generic server". |
static int |
MAX
The maximum number of ApplicationType. |
static AilLoader.ApplicationType |
SERVER
Agent Interaction Layer is embedded in a server. |
static int |
SERVER_
Agent Interaction Layer is embedded in a server. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static AilLoader.ApplicationType |
getApplicationType(int value)
Returns the ApplicationType for this value. |
static int |
max()
The maximum number of ApplicationType. |
| 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 SERVER_
public static final AilLoader.ApplicationType SERVER
public static final int CLIENT_
public static final AilLoader.ApplicationType CLIENT
public static final int GENERIC_SERVER_
public static final AilLoader.ApplicationType GENERIC_SERVER
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final AilLoader.ApplicationType getApplicationType(int value)
ApplicationType for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||