All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescriptionHelper

java.lang.Object
    |
    +----org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescriptionHelper

public abstract class FullInterfaceDescriptionHelper
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA/InterfaceDef"
struct FullInterfaceDescription {
::CORBA::Identifier name;
::CORBA::RepositoryId id;
::CORBA::RepositoryId defined_in;
::CORBA::VersionSpec version;
::CORBA::OpDescriptionSeq operations;
::CORBA::AttrDescriptionSeq attributes;
::CORBA::RepositoryIdSeq base_interfaces;
TypeCode type;
};


Constructor Index

 o FullInterfaceDescriptionHelper()

Method Index

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

Constructors

 o FullInterfaceDescriptionHelper
public FullInterfaceDescriptionHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index