|
|||||||||
| 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.workflow.Workbin.Type
public static class Workbin.Type
Enumerates the possible types of workbins.
| Field Summary | |
|---|---|
static Workbin.Type |
AGENT
Indicates an agent workbin. |
static int |
AGENT_
Integer representation of AGENT. |
static Workbin.Type |
AGENT_GROUP
Indicates an agent group workbin. |
static int |
AGENT_GROUP_
Integer representation of AGENT_GROUP. |
static int |
MAX
|
static Workbin.Type |
PLACE
Indicates a place workbin. |
static int |
PLACE_
Integer representation of PLACE. |
static Workbin.Type |
PLACE_GROUP
Indicates a place group workbin. |
static int |
PLACE_GROUP_
Integer representation of PLACE_GROUP. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static Workbin.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 AGENT_
AGENT.
public static final Workbin.Type AGENT
AgentWorkbinpublic static final int PLACE_
PLACE.
public static final Workbin.Type PLACE
PlaceWorkbinpublic static final int AGENT_GROUP_
AGENT_GROUP.
public static final Workbin.Type AGENT_GROUP
AgentGroupWorkbinpublic static final int PLACE_GROUP_
PLACE_GROUP.
public static final Workbin.Type PLACE_GROUP
PlaceGroupWorkbinpublic static final int MAX
| Method Detail |
|---|
public static final int max()
public static final Workbin.Type getType(int value)
Type for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||