com.genesyslab.ail
Interface IdObject.ObjectType

Enclosing interface:
IdObject

public static interface IdObject.ObjectType

Interface containing the object type constants.


Field Summary
static java.lang.String AGENT_GROUP
          Constant for AgentGroup objects.
static java.lang.String CONTACT
          Constant for Contact objects.
static java.lang.String DN
          Constant for Dn objects.
static java.lang.String ENUM_VALUE
          Constant for EnumValue objects.
static java.lang.String ENUMERATOR
          Constant for Enumerator objects.
static java.lang.String INTERACTION
          Constant for Interaction objects.
static java.lang.String PERSON
          Constant for Person objects.
static java.lang.String PLACE
          Constant for Place objects.
static java.lang.String PLACE_GROUP
          Constant for PlaceGroup objects.
static java.lang.String QUEUE
          Constant for Queue objects.
static java.lang.String SKILL
          Constant for Skill objects.
static java.lang.String STD_RSP
          Constant for StandardResponse objects.
static java.lang.String SWITCH
          Constant for Switch objects.
static java.lang.String WORKBIN
          Constant for Workbin objects.
 

Field Detail

CONTACT

static final java.lang.String CONTACT
Constant for Contact objects.

See Also:
Constant Field Values

PERSON

static final java.lang.String PERSON
Constant for Person objects.

See Also:
Constant Field Values

PLACE

static final java.lang.String PLACE
Constant for Place objects.

See Also:
Constant Field Values

DN

static final java.lang.String DN
Constant for Dn objects.

See Also:
Constant Field Values

INTERACTION

static final java.lang.String INTERACTION
Constant for Interaction objects.

See Also:
Constant Field Values

STD_RSP

static final java.lang.String STD_RSP
Constant for StandardResponse objects.

See Also:
Constant Field Values

ENUMERATOR

static final java.lang.String ENUMERATOR
Constant for Enumerator objects.

See Also:
Constant Field Values

ENUM_VALUE

static final java.lang.String ENUM_VALUE
Constant for EnumValue objects.

See Also:
Constant Field Values

QUEUE

static final java.lang.String QUEUE
Constant for Queue objects.

Since:
7.0
See Also:
Constant Field Values

WORKBIN

static final java.lang.String WORKBIN
Constant for Workbin objects.

Since:
7.0
See Also:
Constant Field Values

AGENT_GROUP

static final java.lang.String AGENT_GROUP
Constant for AgentGroup objects.

Since:
7.0
See Also:
Constant Field Values

PLACE_GROUP

static final java.lang.String PLACE_GROUP
Constant for PlaceGroup objects.

Since:
7.0
See Also:
Constant Field Values

SWITCH

static final java.lang.String SWITCH
Constant for Switch objects.

Since:
7.0
See Also:
Constant Field Values

SKILL

static final java.lang.String SKILL
Constant for Skill objects.

Since:
7.5
See Also:
Constant Field Values