All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.ParameterMode
java.lang.Object
|
+----org.omg.CORBA.ParameterMode
- public class ParameterMode
- extends Object
- Java Class org.omg.CORBA.ParameterMode
- Source File org/omg/CORBA/ParameterMode.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::ParameterMode
- Repository Identifier IDL:omg.org/CORBA/ParameterMode:1.0
IDL definition:
#pragma prefix "omg.org/CORBA"
enum ParameterMode {
PARAM_IN,
PARAM_OUT,
PARAM_INOUT
};
_PARAM_IN-
_PARAM_INOUT-
_PARAM_OUT-
PARAM_IN-
PARAM_INOUT-
PARAM_OUT-
ParameterMode(int)
-
from_int(int)
-
value()
-
_PARAM_IN
public static final int _PARAM_IN
_PARAM_OUT
public static final int _PARAM_OUT
_PARAM_INOUT
public static final int _PARAM_INOUT
PARAM_IN
public static final ParameterMode PARAM_IN
PARAM_OUT
public static final ParameterMode PARAM_OUT
PARAM_INOUT
public static final ParameterMode PARAM_INOUT
ParameterMode
protected ParameterMode(int value)
value
public int value()
from_int
public static ParameterMode from_int(int $value)
All Packages Class Hierarchy This Package Previous Next Index