com.genesyslab.ail
Class Enumerator.Type

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

public static class Enumerator.Type
extends Enum

Constants for the different enumerator types.


Field Summary
static Enumerator.Type CONTACT_ATTRIBUTE
          Contact attribute.
static int CONTACT_ATTRIBUTE_
          Contact attribute.
static Enumerator.Type CUSTOM
          Custom.
static int CUSTOM_
          Custom.
static Enumerator.Type INT_OP_ATT
          Interaction operational attribute.
static int INT_OP_ATT_
          Interaction operational attribute.
static int MAX
          The number of types.
static Enumerator.Type ROLE
          Role.
static int ROLE_
          Role.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static Enumerator.Type getType(int value)
          Returns the Type for this value.
static int max()
          The 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

CONTACT_ATTRIBUTE_

public static final int CONTACT_ATTRIBUTE_
Contact attribute.

See Also:
Constant Field Values

CONTACT_ATTRIBUTE

public static final Enumerator.Type CONTACT_ATTRIBUTE
Contact attribute.


CUSTOM_

public static final int CUSTOM_
Custom.

See Also:
Constant Field Values

CUSTOM

public static final Enumerator.Type CUSTOM
Custom.


INT_OP_ATT_

public static final int INT_OP_ATT_
Interaction operational attribute.

See Also:
Constant Field Values

INT_OP_ATT

public static final Enumerator.Type INT_OP_ATT
Interaction operational attribute.


ROLE_

public static final int ROLE_
Role.

See Also:
Constant Field Values

ROLE

public static final Enumerator.Type ROLE
Role.


MAX

public static final int MAX
The number of types.

See Also:
Constant Field Values
Method Detail

max

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


getType

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