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

service TypeDescriptionProvider
Description
This service provides type descriptions, i.e. concrete service implementations read from source like the persistent registry database format.
See also
TypeDescriptionManager
See also
XTypeDescription

Exported Interfaces
::com::sun::star::container::XHierarchicalNameAccess
Description
Interface to retrieve type descriptions:
  • names are given in dotted notation, e.g. "com.sun.star.uno.XInterface"
  • sequences are accessable via "[]element_name"
  • interface members are accessable via "interface_name::member_name"
The returned values are of interface type XTypeDescription .
::com::sun::star::lang::XComponent
Description
Interface to signal shutdown to the provider.
This has to be done manually, because usually each provider references its manager (which may implement type caching) for late resolution of partial types (e.g. parameter types).

 
Top of Page