Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XTypeDescription

Base Interface
com::sun::star::uno::XInterface

Description
The generic idl type description.


Methods' Summary

getTypeClass
getName

Methods' Details

getTypeClass
 
com::sun::star::uno::TypeClass
getTypeClass();
Returns
the typeclass of the type.
getName
 
string
getName();
Returns
the full qualified type name of the type.

Top of Page