All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.ParameterDescriptionHelper

java.lang.Object
    |
    +----org.omg.CORBA.ParameterDescriptionHelper

public abstract class ParameterDescriptionHelper
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA"
struct ParameterDescription {
::CORBA::Identifier name;
TypeCode type;
::CORBA::IDLType type_def;
::CORBA::ParameterMode mode;
};


Constructor Index

 o ParameterDescriptionHelper()

Method Index

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

Constructors

 o ParameterDescriptionHelper
public ParameterDescriptionHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index