com.genesyslab.omsdk.commons
Class OMSDKEnum

java.lang.Object
  extended bycom.genesyslab.omsdk.commons.OMSDKEnum
Direct Known Subclasses:
ApplicationType, BusinessAttributeType, QILInteractionStatus, QILOperationalMode, QILQueueMonitorStatus, QILQueueMonitorStatusEvent.QILQueueMonitorStatusChangeReason, QILQueueStatus, ServiceStatus, ServiceType

public abstract class OMSDKEnum
extends java.lang.Object

Base class for classes that enumerate predefined values.

Since:
7.1.000.00

Method Summary
 int toInt()
          Returns an integer representation of this enumerated value.
 java.lang.String toString()
          Returns a string representation of this enumerated value.
Unique within enumeration class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Returns a string representation of this enumerated value.
Unique within enumeration class.

Returns:
a string representation of this enumerated value.

toInt

public int toInt()
Returns an integer representation of this enumerated value.
Unique within enumeration class.

Returns:
integer representation of this enumerated value.