public final class OperationMode extends java.lang.Object implements IDLEntity
| Modifier and Type | Field and Description |
|---|---|
static int |
_OP_NORMAL
Enum member OP_NORMAL value
|
static int |
_OP_ONEWAY
Enum member OP_ONEWAY value
|
static OperationMode |
OP_NORMAL
Enum member OP_NORMAL
|
static OperationMode |
OP_ONEWAY
Enum member OP_ONEWAY
|
| Modifier and Type | Method and Description |
|---|---|
static OperationMode |
from_int(int value)
Return a enum member from its value.
|
java.lang.Object |
readResolve()
Maintains singleton property for serialized enums.
|
java.lang.String |
toString()
Return a string representation
|
int |
value()
Return the internal member 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 java.lang.Object readResolve()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic int value()
public static OperationMode from_int(int value)
value - An enum valuepublic java.lang.String toString()
toString in class java.lang.Object