:: com :: sun :: star :: reflection ::

interface XModuleTypeDescription
Base Interfaces
XModuleTypeDescriptionXTypeDescription

XTypeDescription
(referenced interface's summary:)
Reflects a UNOIDL entity.
Description
Reflects a module.

The type class of this type is ::com::sun::star::uno::TypeClass::MODULE.

Since
OOo 1.1.2

Methods' Summary
getMembers Returns the type descriptions for the members of this module.  
Methods' Details
getMembers
sequence< XTypeDescription >
getMembers();

Description
Returns the type descriptions for the members of this module.
Returns
a sequence containing type descriptions.
Top of Page