com.genesyslab.omsdk.qil
Class BusinessAttributeType

java.lang.Object
  extended bycom.genesyslab.omsdk.commons.OMSDKEnum
      extended bycom.genesyslab.omsdk.qil.BusinessAttributeType

public final class BusinessAttributeType
extends OMSDKEnum

Enumerates the possible types of business attributes available through QIL.

Since:
7.1.000.00
See Also:
BusinessAttribute, BusinessAttribute.getType()

Field Summary
static BusinessAttributeType INTERACTION_SUBTYPE
          Indicates an Interaction Subtype business attribute whose values are possible interaction subtypes.
static int INTERACTION_SUBTYPE_INT
          Integer representation of INTERACTION_SUBTYPE
static BusinessAttributeType INTERACTION_TYPE
          Indicates an Interaction Type business attribute whose values are possible interaction types.
static int INTERACTION_TYPE_INT
          Integer representation of INTERACTION_TYPE
static BusinessAttributeType MEDIA_TYPE
          Indicates a Media Type business attribute whose values are possible media types.
static int MEDIA_TYPE_INT
          Integer representation of MEDIA_TYPE
static BusinessAttributeType UNKNOWN
          Indicates business attribute types other than Interaction Type, Interaction Subtype, and Media Type.
static int UNKNOWN_INT
          Integer representation of UNKNOWN
 
Method Summary
static BusinessAttributeType getType(int ordinal)
          Returns the enumerated value corresponding to the specified integer.
 
Methods inherited from class com.genesyslab.omsdk.commons.OMSDKEnum
toInt, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INTERACTION_TYPE_INT

public static final int INTERACTION_TYPE_INT
Integer representation of INTERACTION_TYPE

See Also:
Constant Field Values

INTERACTION_TYPE

public static final BusinessAttributeType INTERACTION_TYPE
Indicates an Interaction Type business attribute whose values are possible interaction types.


INTERACTION_SUBTYPE_INT

public static final int INTERACTION_SUBTYPE_INT
Integer representation of INTERACTION_SUBTYPE

See Also:
Constant Field Values

INTERACTION_SUBTYPE

public static final BusinessAttributeType INTERACTION_SUBTYPE
Indicates an Interaction Subtype business attribute whose values are possible interaction subtypes.


MEDIA_TYPE_INT

public static final int MEDIA_TYPE_INT
Integer representation of MEDIA_TYPE

See Also:
Constant Field Values

MEDIA_TYPE

public static final BusinessAttributeType MEDIA_TYPE
Indicates a Media Type business attribute whose values are possible media types.


UNKNOWN_INT

public static final int UNKNOWN_INT
Integer representation of UNKNOWN

See Also:
Constant Field Values

UNKNOWN

public static final BusinessAttributeType UNKNOWN
Indicates business attribute types other than Interaction Type, Interaction Subtype, and Media Type. These unknown types have no specific QIL treatment.

Method Detail

getType

public static BusinessAttributeType getType(int ordinal)
Returns the enumerated value corresponding to the specified integer.

Parameters:
ordinal - integer representation.
Returns:
the enumerated value.