Uses of Class
org.omg.CORBA.ContainedPackage.Description

Packages that use Description
org.jacorb.ir   
org.omg.CORBA   
org.omg.CORBA.ContainedPackage   
 

Uses of Description in org.jacorb.ir
 

Methods in org.jacorb.ir that return Description
 Description EnumDef.describe()
           
abstract  Description Contained.describe()
           
 Description StructDef.describe()
           
 Description OperationDef.describe()
           
 Description AliasDef.describe()
           
 Description ExceptionDef.describe()
           
 Description UnionDef.describe()
           
 Description AttributeDef.describe()
           
 Description InterfaceDef.describe()
           
 Description ModuleDef.describe()
           
 Description ConstantDef.describe()
           
 

Uses of Description in org.omg.CORBA
 

Methods in org.omg.CORBA that return Description
 Description _EnumDefStub.describe()
           
 Description NativeDefPOATie.describe()
           
 Description _OperationDefStub.describe()
           
 Description ExceptionDefPOATie.describe()
           
 Description _ConstantDefStub.describe()
           
 Description EnumDefPOATie.describe()
           
 Description ConstantDefPOATie.describe()
           
 Description _ValueBoxDefStub.describe()
           
 Description UnionDefPOATie.describe()
           
 Description _UnionDefStub.describe()
           
 Description ValueMemberDefPOATie.describe()
           
 Description StructDefPOATie.describe()
           
 Description _ModuleDefStub.describe()
           
 Description InterfaceDefPOATie.describe()
           
 Description _ValueMemberDefStub.describe()
           
 Description _AttributeDefStub.describe()
           
 Description ValueBoxDefPOATie.describe()
           
 Description _ContainedStub.describe()
           
 Description _ValueDefStub.describe()
           
 Description ModuleDefPOATie.describe()
           
 Description TypedefDefPOATie.describe()
           
 Description _StructDefStub.describe()
           
 Description _AliasDefStub.describe()
           
 Description OperationDefPOATie.describe()
           
 Description ContainedOperations.describe()
           
 Description ValueDefPOATie.describe()
           
 Description AliasDefPOATie.describe()
           
 Description AttributeDefPOATie.describe()
           
 Description ContainedPOATie.describe()
           
 Description _TypedefDefStub.describe()
           
 Description _ExceptionDefStub.describe()
           
 Description _InterfaceDefStub.describe()
           
 Description _NativeDefStub.describe()
           
 

Uses of Description in org.omg.CORBA.ContainedPackage
 

Fields in org.omg.CORBA.ContainedPackage declared as Description
 Description DescriptionHolder.value
           
 

Methods in org.omg.CORBA.ContainedPackage that return Description
static Description DescriptionHelper.extract(Any any)
           
static Description DescriptionHelper.read(InputStream in)
           
 

Methods in org.omg.CORBA.ContainedPackage with parameters of type Description
static void DescriptionHelper.insert(Any any, Description s)
           
static void DescriptionHelper.write(OutputStream out, Description s)
           
 

Constructors in org.omg.CORBA.ContainedPackage with parameters of type Description
DescriptionHolder(Description initial)