|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.omsdk.commons.OMSDKEnum
com.genesyslab.omsdk.qil.BusinessAttributeType
Enumerates the possible types of business attributes available through QIL.
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 |
public static final int INTERACTION_TYPE_INT
INTERACTION_TYPE
public static final BusinessAttributeType INTERACTION_TYPE
Interaction Type
business attribute whose
values are possible interaction types.
public static final int INTERACTION_SUBTYPE_INT
INTERACTION_SUBTYPE
public static final BusinessAttributeType INTERACTION_SUBTYPE
Interaction Subtype
business attribute
whose values are possible interaction subtypes.
public static final int MEDIA_TYPE_INT
MEDIA_TYPE
public static final BusinessAttributeType MEDIA_TYPE
Media Type
business attribute
whose values are possible media types.
public static final int UNKNOWN_INT
UNKNOWN
public static final BusinessAttributeType UNKNOWN
Interaction Type
,
Interaction Subtype
,
and Media Type
. These unknown types have no specific QIL treatment.
Method Detail |
public static BusinessAttributeType getType(int ordinal)
ordinal
- integer representation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |