All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.OperationMode

java.lang.Object
   |
   +----org.omg.CORBA.OperationMode

public final class OperationMode
extends Object

IDL definition:
enum OperationMode {
OP_NORMAL,
OP_ONEWAY
};


Variable Index

 o _OP_NORMAL
 o _OP_ONEWAY
 o OP_NORMAL
 o OP_ONEWAY

Method Index

 o from_int(int)
 o value()

Variables

 o _OP_NORMAL
 public static final int _OP_NORMAL
 o _OP_ONEWAY
 public static final int _OP_ONEWAY
 o OP_NORMAL
 public static final OperationMode OP_NORMAL
 o OP_ONEWAY
 public static final OperationMode OP_ONEWAY

Methods

 o value
 public int value()
 o from_int
 public static OperationMode from_int(int $value)

All Packages  Class Hierarchy  This Package  Previous  Next  Index