com.genesyslab.omsdk.qil
Class QILOperationalMode

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

public final class QILOperationalMode
extends OMSDKEnum

Lists the possible operational modes for a QIL application.

Since:
7.1.011.00

Field Summary
static QILOperationalMode REPORTING_MODE
          Indicates the default reporting mode.
static int REPORTING_MODE_INT
          Integer representation of REPORTING_MODE.
static QILOperationalMode SUPERVISOR_MODE
          Indicates the supervisor mode.
static int SUPERVISOR_MODE_INT
          Integer representation of SUPERVISOR_MODE.
 
Method Summary
static QILOperationalMode getMode(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

REPORTING_MODE_INT

public static final int REPORTING_MODE_INT
Integer representation of REPORTING_MODE.

See Also:
Constant Field Values

REPORTING_MODE

public static final QILOperationalMode REPORTING_MODE
Indicates the default reporting mode. The interaction management features are not available.


SUPERVISOR_MODE_INT

public static final int SUPERVISOR_MODE_INT
Integer representation of SUPERVISOR_MODE.

See Also:
Constant Field Values

SUPERVISOR_MODE

public static final QILOperationalMode SUPERVISOR_MODE
Indicates the supervisor mode. The interaction management features are available.

See Also:
QILInteractionManager
Method Detail

getMode

public static QILOperationalMode getMode(int ordinal)
Returns the enumerated value corresponding to the specified integer.

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