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
- Java Class org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescriptionHolder
- Source File org/omg/CORBA/InterfaceDefPackage/FullInterfaceDescriptionHolder.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::InterfaceDef::FullInterfaceDescription
- Repository Identifier IDL:omg.org/CORBA/InterfaceDef/FullInterfaceDescription:1.0
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;
};
value-
FullInterfaceDescriptionHolder()
-
FullInterfaceDescriptionHolder(FullInterfaceDescription)
-
_read(InputStream)
-
_type()
-
_write(OutputStream)
-
value
public FullInterfaceDescription value
FullInterfaceDescriptionHolder
public FullInterfaceDescriptionHolder()
FullInterfaceDescriptionHolder
public FullInterfaceDescriptionHolder(FullInterfaceDescription value)
_read
public void _read(InputStream input)
_write
public void _write(OutputStream output)
_type
public TypeCode _type()
All Packages Class Hierarchy This Package Previous Next Index