org.omg.CORBA
Class OperationMode
java.lang.Object
org.omg.CORBA.OperationMode
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class OperationMode
- extends java.lang.Object
- implements IDLEntity
Generated from IDL enum "OperationMode".
- Version:
- generated at Jan 1, 2011 11:42:49 PM
- Author:
- JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_OP_NORMAL
public static final int _OP_NORMAL
- See Also:
- Constant Field Values
OP_NORMAL
public static final OperationMode OP_NORMAL
_OP_ONEWAY
public static final int _OP_ONEWAY
- See Also:
- Constant Field Values
OP_ONEWAY
public static final OperationMode OP_ONEWAY
OperationMode
protected OperationMode(int i)
value
public int value()
from_int
public static OperationMode from_int(int value)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object