public class OperationMode extends java.lang.Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
static int |
_OP_NORMAL |
static int |
_OP_ONEWAY |
static OperationMode |
OP_NORMAL |
static OperationMode |
OP_ONEWAY |
Modifier | Constructor and Description |
---|---|
protected |
OperationMode(int _value) |
Modifier and Type | Method and Description |
---|---|
static OperationMode |
from_int(int val) |
java.lang.Object |
readResolve() |
int |
value() |
public static final int _OP_NORMAL
public static final OperationMode OP_NORMAL
public static final int _OP_ONEWAY
public static final OperationMode OP_ONEWAY
public int value()
public static OperationMode from_int(int val)
public java.lang.Object readResolve() throws java.io.ObjectStreamException
java.io.ObjectStreamException