All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.TypeDescriptionHelper

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

public abstract class TypeDescriptionHelper
extends Object

IDL definition:
struct TypeDescription {
::CORBA::Identifier name;
::CORBA::RepositoryId id;
::CORBA::RepositoryId defined_in;
::CORBA::VersionSpec version;
TypeCode type;
};


Constructor Index

 o TypeDescriptionHelper()

Method Index

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

Constructors

 o TypeDescriptionHelper
 public TypeDescriptionHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index