com.genesyslab.openmedia.soa
Class QILOperationalMode

java.lang.Object
  extended bycom.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

Field Summary
static java.lang.String _reporting_mode
          Corresponds to default reporting mode, where interaction management features are not available.
static java.lang.String _supervisor_mode
          Corresponds to supervisor mode, where interaction management features are available.
protected static java.util.HashMap _table_
           
protected  java.lang.String _value_
           
static QILOperationalMode reporting_mode
           
static QILOperationalMode supervisor_mode
           
 
Constructor Summary
protected QILOperationalMode(java.lang.String value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static QILOperationalMode fromString(java.lang.String value)
           
static QILOperationalMode fromValue(java.lang.String value)
           
 java.lang.String getValue()
           
 int hashCode()
           
 java.lang.Object readResolve()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_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
Constructor Detail

QILOperationalMode

protected QILOperationalMode(java.lang.String value)
Method Detail

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