:: com :: sun :: star :: lang ::

interface XServiceName
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XServiceName
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
identifies the object with a service name which can be used to create such an object by a factory.

Methods' Summary
getServiceName  
Methods' Details
getServiceName
string
getServiceName();

Returns
the service name that can be used to create such an object by a factory.
See also
::com::sun::star::io::XPersistObject::getServiceName
Top of Page