All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.ModuleDescriptionHelper

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

public abstract class ModuleDescriptionHelper
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA"
struct ModuleDescription {
::CORBA::Identifier name;
::CORBA::RepositoryId id;
::CORBA::RepositoryId defined_in;
::CORBA::VersionSpec version;
};


Constructor Index

 o ModuleDescriptionHelper()

Method Index

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

Constructors

 o ModuleDescriptionHelper
public ModuleDescriptionHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index