|
|||||||||
| 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.srl.StandardResponse.UsageType
public static class StandardResponse.UsageType
Constants that describe the type of Agent Desktop Usage.
| Field Summary | |
|---|---|
static StandardResponse.UsageType |
ACTIVE_AUTOMATIC
Constant for the 'ActiveAutomatic' type. |
static int |
ACTIVE_AUTOMATIC_
Constant for the 'ActiveAutomatic' type. |
static StandardResponse.UsageType |
MANUAL
Constant for the 'Manual' type. |
static int |
MANUAL_
Constant for the 'Manual' type. |
static int |
MAX
The number of defined constants, also the next usable value for the possible constants. |
static StandardResponse.UsageType |
NOTUSED
Constant for the 'NotUsed' type. |
static int |
NOTUSED_
Constant for the 'NotUsed' type. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static StandardResponse.UsageType |
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 NOTUSED_
public static final StandardResponse.UsageType NOTUSED
public static final int MANUAL_
public static final StandardResponse.UsageType MANUAL
public static final int ACTIVE_AUTOMATIC_
public static final StandardResponse.UsageType ACTIVE_AUTOMATIC
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final StandardResponse.UsageType getType(int value)
Type for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||