interface XTypeDescription in module com::sun::star::reflection::

(Global Index)

Syntax

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

Description

The generic idl type description.

Method Summary

getTypeClass

getName

Method Details



getTypeClass

Syntax

com::sun::star::uno::TypeClass getTypeClass ();

Description

Returns

the typeclass of the type.

getName

Syntax

string getName ();

Description

Returns

the full qualified type name of the type.
Top of Page