com.genesyslab.ail
Class RoutingInteraction.Type

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

public static class RoutingInteraction.Type
extends Enum

Enum for the possible types of this interaction.


Field Summary
static int MAX
          The maximum number of types.
static RoutingInteraction.Type ROUTING_INTERACTION
          This is routing interaction.
static int ROUTING_INTERACTION_
          This is routing interaction.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static RoutingInteraction.Type getType(int value)
          Returns the Type for this value.
static int max()
          The maximum number of types.
 
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

ROUTING_INTERACTION_

public static final int ROUTING_INTERACTION_
This is routing interaction.

See Also:
Constant Field Values

ROUTING_INTERACTION

public static final RoutingInteraction.Type ROUTING_INTERACTION
This is routing interaction.


MAX

public static final int MAX
The maximum number of types.

See Also:
Constant Field Values
Method Detail

max

public static final int max()
The maximum number of types.


getType

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