com.genesyslab.openmedia.soa
Class QILOperationalMode
java.lang.Object
com.genesyslab.openmedia.soa.QILOperationalMode
- All Implemented Interfaces:
- java.io.Serializable
- public class QILOperationalMode
- extends java.lang.Object
- implements java.io.Serializable
The Queue interaction layer reporting mode.
- Since:
- 72
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
_value_
protected java.lang.String _value_
_table_
protected static java.util.HashMap _table_
_reporting_mode
public static final java.lang.String _reporting_mode
- Corresponds to default reporting mode, where interaction management features are not available.
- See Also:
- Constant Field Values
_supervisor_mode
public static final java.lang.String _supervisor_mode
- Corresponds to supervisor mode, where interaction management features are available.
- See Also:
- Constant Field Values
reporting_mode
public static final QILOperationalMode reporting_mode
supervisor_mode
public static final QILOperationalMode supervisor_mode
QILOperationalMode
protected QILOperationalMode(java.lang.String value)
getValue
public java.lang.String getValue()
fromValue
public static QILOperationalMode fromValue(java.lang.String value)
throws java.lang.IllegalStateException
- Throws:
java.lang.IllegalStateException
fromString
public static QILOperationalMode fromString(java.lang.String value)
throws java.lang.IllegalStateException
- Throws:
java.lang.IllegalStateException
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()
toString
public java.lang.String toString()
readResolve
public java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException