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

IDL definition:
#pragma prefix "omg.org/CORBA"
enum ParameterMode {
PARAM_IN,
PARAM_OUT,
PARAM_INOUT
};


Constructor Index

 o ParameterModeHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, ParameterMode)
 o read(InputStream)
 o type()
 o write(OutputStream, ParameterMode)

Constructors

 o ParameterModeHelper
public ParameterModeHelper()

Methods

 o read
public static ParameterMode read(InputStream _input)
 o write
public static void write(OutputStream _output,
                         ParameterMode value)
 o insert
public static void insert(Any any,
                          ParameterMode value)
 o extract
public static ParameterMode extract(Any any)
 o type
public static TypeCode type()
 o id
public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index