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

interface XSingletonTypeDescription
Base Interfaces
XSingletonTypeDescriptionXTypeDescription

XTypeDescription
(referenced interface's summary:)

Methods' Summary
getService Returns the service associated with the singleton.  
Methods' Details
getService
XServiceTypeDescription
getService();

Description
Returns the service associated with the singleton.
Returns
the reflection of the service associated with the singleton, for an obsolete, service-based singleton; for an interface-based singleton, NULL is returned
Top of Page