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
- Java Class org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescriptionHelper
- Source File org/omg/CORBA/InterfaceDefPackage/FullInterfaceDescriptionHelper.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;
};
FullInterfaceDescriptionHelper()
-
extract(Any)
-
id()
-
insert(Any, FullInterfaceDescription)
-
read(InputStream)
-
type()
-
write(OutputStream, FullInterfaceDescription)
-
FullInterfaceDescriptionHelper
public FullInterfaceDescriptionHelper()
read
public static FullInterfaceDescription read(InputStream _input)
write
public static void write(OutputStream _output,
FullInterfaceDescription value)
insert
public static void insert(Any any,
FullInterfaceDescription value)
extract
public static FullInterfaceDescription extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index