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

interface XModuleTypeDescription
Base Interfaces
XModuleTypeDescription
┗ ::com::sun::star::reflection::XTypeDescription

::com::sun::star::reflection::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< ::com::sun::star::reflection::XTypeDescription >
getMembers();

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