All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.TypeDescription

java.lang.Object
    |
    +----org.omg.CORBA.TypeDescription

public final class TypeDescription
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA"
struct TypeDescription {
::CORBA::Identifier name;
::CORBA::RepositoryId id;
::CORBA::RepositoryId defined_in;
::CORBA::VersionSpec version;
TypeCode type;
};


Variable Index

 o defined_in
 o id
 o name
 o type
 o version

Constructor Index

 o TypeDescription()
 o TypeDescription(String, String, String, String, TypeCode)

Variables

 o name
public String name
 o id
public String id
 o defined_in
public String defined_in
 o version
public String version
 o type
public TypeCode type

Constructors

 o TypeDescription
public TypeDescription()
 o TypeDescription
public TypeDescription(String name,
                       String id,
                       String defined_in,
                       String version,
                       TypeCode type)

All Packages  Class Hierarchy  This Package  Previous  Next  Index