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

interface XIndirectTypeDescription
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XTypeDescription
    |
    +-XIndirectTypeDescription
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