com.genesyslab.ail.collaboration
Class Participant.Type

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.collaboration.Participant.Type
Enclosing interface:
Participant

public static class Participant.Type
extends Enum

Constants that describe the types of participants.


Field Summary
static Participant.Type AGENT
          Constant for Participant type 'agent'.
static int AGENT_
          Constant for Participant type 'agent'.
static int MAX
          The number of defined constants, also the next usable value for the possible constants.
static Participant.Type QUEUE
          Constant for Participant type 'queue'.
static int QUEUE_
          Constant for Participant type 'queue'.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static Participant.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

QUEUE_

public static final int QUEUE_
Constant for Participant type 'queue'.

See Also:
Constant Field Values

QUEUE

public static final Participant.Type QUEUE
Constant for Participant type 'queue'.


AGENT_

public static final int AGENT_
Constant for Participant type 'agent'.

See Also:
Constant Field Values

AGENT

public static final Participant.Type AGENT
Constant for Participant type 'agent'.


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 Participant.Type getType(int value)
Returns the Type for this value.