com.genesyslab.ail.srl
Class StandardResponse.UsageType

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.srl.StandardResponse.UsageType
Enclosing interface:
StandardResponse

public static class StandardResponse.UsageType
extends Enum

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

NOTUSED_

public static final int NOTUSED_
Constant for the 'NotUsed' type.

See Also:
Constant Field Values

NOTUSED

public static final StandardResponse.UsageType NOTUSED
Constant for the 'NotUsed' type.


MANUAL_

public static final int MANUAL_
Constant for the 'Manual' type.

See Also:
Constant Field Values

MANUAL

public static final StandardResponse.UsageType MANUAL
Constant for the 'Manual' type.


ACTIVE_AUTOMATIC_

public static final int ACTIVE_AUTOMATIC_
Constant for the 'ActiveAutomatic' type.

See Also:
Constant Field Values

ACTIVE_AUTOMATIC

public static final StandardResponse.UsageType ACTIVE_AUTOMATIC
Constant for the 'ActiveAutomatic' type.


MAX

public static final int MAX
The number of defined constants, also the next usable value for the possible constants.

See Also:
Constant Field Values
Method Detail

max

public static final int max()
The number of defined constants, also the next usable value for the possible constants.


getType

public static final StandardResponse.UsageType getType(int value)
Returns the Type for this value.