Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XInterfaceTypeDescription

Base Interface
com::sun::star::reflection::XTypeDescription

Description
The type description of an interface. The type class of this description is TypeClass_INTERFACE_INTERFACE.


Methods' Summary

getBaseType
getUik
getMembers

Methods' Details

getBaseType
 
com::sun::star::reflection::XTypeDescription
getBaseType();
Returns
the base interface, if the interface has one, null if no base interface exist.
getUik
 
com::sun::star::uno::Uik
getUik();
Returns
the UIK of the interface.
getMembers
 
sequence< com::sun::star::reflection::XInterfaceMemberTypeDescription >
getMembers();
Returns
the array of members.

Top of Page