All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescriptionHolder

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

public final class FullInterfaceDescriptionHolder
extends Object
implements Streamable

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;
};


Variable Index

 o value

Constructor Index

 o FullInterfaceDescriptionHolder()
 o FullInterfaceDescriptionHolder(FullInterfaceDescription)

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
public FullInterfaceDescription value

Constructors

 o FullInterfaceDescriptionHolder
public FullInterfaceDescriptionHolder()
 o FullInterfaceDescriptionHolder
public FullInterfaceDescriptionHolder(FullInterfaceDescription value)

Methods

 o _read
public void _read(InputStream input)
 o _write
public void _write(OutputStream output)
 o _type
public TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index