|
||||||||||
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.QILOperationalMode
Lists the possible operational modes for a QIL application.
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 |
public static final int REPORTING_MODE_INT
REPORTING_MODE
.
public static final QILOperationalMode REPORTING_MODE
public static final int SUPERVISOR_MODE_INT
SUPERVISOR_MODE
.
public static final QILOperationalMode SUPERVISOR_MODE
QILInteractionManager
Method Detail |
public static QILOperationalMode getMode(int ordinal)
ordinal
- integer representation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |