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

interface XIndirectTypeDescription
Base Interfaces
XIndirectTypeDescriptionXTypeDescription

XTypeDescription
(referenced interface's summary:)

Methods' Summary
getReferencedType Returns the typedefed type, if the type is a typedef, or the element type, if the type is a sequence.  
Methods' Details
getReferencedType
XTypeDescription
getReferencedType();

Description
Returns the typedefed type, if the type is a typedef, or the element type, if the type is a sequence.
Returns
referenced type
Top of Page