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

interface XModuleTypeDescription
Base Interfaces
XModuleTypeDescriptionXTypeDescription

XTypeDescription
(referenced interface's summary:)

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