interface XServiceName in module com::sun::star::lang::

(Global Index)

Syntax

interface XServiceName : com::sun::star::uno::XInterface ;

Description

identifies the object with a service name which can be used to create such an object by a factory.

Method Summary

getServiceName

Method Details



getServiceName

Syntax

string getServiceName ();

Description

Returns

the service name that can be used to create such an object by a factory.

See also

XPersistObject::getServiceName
Top of Page