All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.InterfaceDescriptionHelper
java.lang.Object
|
+----org.omg.CORBA.InterfaceDescriptionHelper
- public abstract class InterfaceDescriptionHelper
- extends Object
- Java Class org.omg.CORBA.InterfaceDescriptionHelper
- Source File org/omg/CORBA/InterfaceDescriptionHelper.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::InterfaceDescription
- Repository Identifier IDL:omg.org/CORBA/InterfaceDescription:1.0
IDL definition:
#pragma prefix "omg.org/CORBA"
struct InterfaceDescription {
::CORBA::Identifier name;
::CORBA::RepositoryId id;
::CORBA::RepositoryId defined_in;
::CORBA::VersionSpec version;
::CORBA::RepositoryIdSeq base_interfaces;
};
InterfaceDescriptionHelper()
-
extract(Any)
-
id()
-
insert(Any, InterfaceDescription)
-
read(InputStream)
-
type()
-
write(OutputStream, InterfaceDescription)
-
InterfaceDescriptionHelper
public InterfaceDescriptionHelper()
read
public static InterfaceDescription read(InputStream _input)
write
public static void write(OutputStream _output,
InterfaceDescription value)
insert
public static void insert(Any any,
InterfaceDescription value)
extract
public static InterfaceDescription extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index