|
||||||||||
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.applicationblocks.connector.ApplicationParameters.ApplicationType
Constants for types of application.
Field Summary | |
static ApplicationParameters.ApplicationType |
CLIENT
Agent Interaction Layer is embedded in a client application. |
static int |
CLIENT_
Agent Interaction Layer is embedded in a client application. |
static int |
MAX
The maximum number of ApplicationType. |
static ApplicationParameters.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 ApplicationParameters.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, toInt, toString |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int SERVER_
public static final ApplicationParameters.ApplicationType SERVER
public static final int CLIENT_
public static final ApplicationParameters.ApplicationType CLIENT
public static final int MAX
Method Detail |
public static final int max()
public static final ApplicationParameters.ApplicationType getApplicationType(int value)
ApplicationType
for this value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |