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

interface XTypeDescription
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XTypeDescription
Description
Reflects an IDL type.
See also
XCompoundTypeDescription
See also
XUnionTypeDescription
See also
XArrayTypeDescription
See also
XIndirectTypeDescription
See also
XEnumTypeDescription
See also
XInterfaceTypeDescription
See also
XInterfaceMemberTypeDescription
Developers Guide
5.2.3 Advanced UNO - Language Bindings - UNO Reflection API

Methods' Summary
getTypeClass Returns the type class of the reflected type.
getName Returns the fully qualified name of the type.
Methods' Details
getTypeClass
::com::sun::star::uno::TypeClass
getTypeClass();
 
 

Description
Returns the type class of the reflected type.
Returns
typeclass of type
getName
string
getName();
 
 

Description
Returns the fully qualified name of the type.
Returns
fully qualified type name of the type
Top of Page