All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.ParameterModeHelper
java.lang.Object
|
+----org.omg.CORBA.ParameterModeHelper
- public abstract class ParameterModeHelper
- extends Object
- Java Class org.omg.CORBA.ParameterModeHelper
- Source File org/omg/CORBA/ParameterModeHelper.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
};
ParameterModeHelper()
-
extract(Any)
-
id()
-
insert(Any, ParameterMode)
-
read(InputStream)
-
type()
-
write(OutputStream, ParameterMode)
-
ParameterModeHelper
public ParameterModeHelper()
read
public static ParameterMode read(InputStream _input)
write
public static void write(OutputStream _output,
ParameterMode value)
insert
public static void insert(Any any,
ParameterMode value)
extract
public static ParameterMode extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index