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

interface XTypeDescription
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XTypeDescription
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
Reflects a UNOIDL entity.
See also
XPublished
See also
XIndirectTypeDescription
See also
XEnumTypeDescription
See also
XStructTypeDescription
See also
XCompoundTypeDescription
See also
XInterfaceTypeDescription2
See also
XInterfaceAttributeTypeDescription2
See also
XInterfaceMethodTypeDescription
See also
XConstantTypeDescription
See also
XConstantsTypeDescription
See also
XServiceTypeDescription2
See also
XPropertyTypeDescription2
See also
XSingletonTypeDescription2
Developers Guide
5.2.3 Advanced UNO - Language Bindings - UNO Reflection API

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

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

Description
Returns the fully qualified name of the UNOIDL entity.
Returns
fully qualified name of the entity
Top of Page