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

interface XIndirectTypeDescription
Base Interfaces
XIndirectTypeDescriptionXTypeDescription

XTypeDescription
(referenced interface's summary:)
Reflects a UNOIDL entity.
Description
Reflects a typedef or sequence type. The type class of this description is TypeClass_TYPEDEF or TypeClass_SEQUENCE.

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