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

interface XServiceName
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