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

interface XModuleTypeDescription
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XTypeDescription
    |
    +-XModuleTypeDescription
Description
Reflects a module.

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

Since version
OpenOffice.org 1.1.5

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