All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.ContainedPackage.DescriptionHelper

java.lang.Object
    |
    +----org.omg.CORBA.ContainedPackage.DescriptionHelper

public abstract class DescriptionHelper
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA/Contained"
struct Description {
::CORBA::DefinitionKind kind;
any value;
};


Constructor Index

 o DescriptionHelper()

Method Index

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

Constructors

 o DescriptionHelper
public DescriptionHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index