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