Package org.omg.CORBA
Class OperationMode
- java.lang.Object
-
- org.omg.CORBA.OperationMode
-
- All Implemented Interfaces:
java.io.Serializable
,IDLEntity
public class OperationMode extends java.lang.Object implements IDLEntity
org/omg/CORBA/OperationMode.java . Generated by the IDL-to-Java compiler (portable), version "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/omgapi/src/main/idl/ir.idl Wednesday, February 21, 2024 at 12:00:00 PM Greenwich Mean Time
-
-
Field Summary
Fields Modifier and Type Field Description private static OperationMode[]
__array
private static int
__size
private int
__value
static int
_OP_NORMAL
static int
_OP_ONEWAY
static OperationMode
OP_NORMAL
static OperationMode
OP_ONEWAY
-
Constructor Summary
Constructors Modifier Constructor Description protected
OperationMode(int value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OperationMode
from_int(int value)
int
value()
-
-
-
Field Detail
-
__value
private int __value
-
__size
private static int __size
-
__array
private static OperationMode[] __array
-
_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
-
-
Method Detail
-
value
public int value()
-
from_int
public static OperationMode from_int(int value)
-
-