All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.OperationMode
java.lang.Object
|
+----org.omg.CORBA.OperationMode
- public class OperationMode
- extends Object
- Java Class org.omg.CORBA.OperationMode
- Source File org/omg/CORBA/OperationMode.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::OperationMode
- Repository Identifier IDL:omg.org/CORBA/OperationMode:1.0
IDL definition:
#pragma prefix "omg.org/CORBA"
enum OperationMode {
OP_NORMAL,
OP_ONEWAY
};
_OP_NORMAL-
_OP_ONEWAY-
OP_NORMAL-
OP_ONEWAY-
OperationMode(int)
-
from_int(int)
-
value()
-
_OP_NORMAL
public static final int _OP_NORMAL
_OP_ONEWAY
public static final int _OP_ONEWAY
OP_NORMAL
public static final OperationMode OP_NORMAL
OP_ONEWAY
public static final OperationMode OP_ONEWAY
OperationMode
protected OperationMode(int value)
value
public int value()
from_int
public static OperationMode from_int(int $value)
All Packages Class Hierarchy This Package Previous Next Index