public final class ParameterMode extends java.lang.Object implements IDLEntity
| Modifier and Type | Field and Description |
|---|---|
static int |
_PARAM_IN
Enum member PARAM_IN value
|
static int |
_PARAM_INOUT
Enum member PARAM_INOUT value
|
static int |
_PARAM_OUT
Enum member PARAM_OUT value
|
static ParameterMode |
PARAM_IN
Enum member PARAM_IN
|
static ParameterMode |
PARAM_INOUT
Enum member PARAM_INOUT
|
static ParameterMode |
PARAM_OUT
Enum member PARAM_OUT
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterMode |
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 _PARAM_IN
public static final ParameterMode PARAM_IN
public static final int _PARAM_OUT
public static final ParameterMode PARAM_OUT
public static final int _PARAM_INOUT
public static final ParameterMode PARAM_INOUT
public java.lang.Object readResolve()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic int value()
public static ParameterMode from_int(int value)
value - An enum valuepublic java.lang.String toString()
toString in class java.lang.Object