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

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

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

Since version
OpenOffice.org 1.1

Methods' Summary
getService Returns the type description of the service of the singleton.
Methods' Details
getService
XServiceTypeDescription
getService();
 
 

Description
Returns the type description of the service of the singleton.
Returns
the type description of the service of the singleton.
Top of Page