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

interface XModuleTypeDescription
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XTypeDescription
       |  
       +--XModuleTypeDescription
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
OpenOffice 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