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

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

interface XIndirectTypeDescription

Base Interface
com::sun::star::reflection::XTypeDescription

Description
The type description of a typedef, array, or sequence. The type class of this description is TypeClass_TYPEDEF or TypeClass_SEQUENCE or TypeClass_ARRAY.


Methods' Summary

getReferencedType

Methods' Details

getReferencedType
 
com::sun::star::reflection::XTypeDescription
getReferencedType();
Returns
the typedefed type, if the type is a typedef, or the base type, if the type is a array or sequence.

Top of Page