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

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

interface XInterfaceMemberTypeDescription

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

Description
The type description of a member (method or attribute) of an interface. The type class of this description is TypeClass_INTERFACE_METHOD or TypeClass_INTERFACE_ATTRIBUTE.


Methods' Summary

getMemberName
getPosition

Methods' Details

getMemberName
 
string
getMemberName();
Returns
the name of the member
getPosition
 
long
getPosition();
Returns
the position of this method in the interface definition plus the count of members in the base interface.

Top of Page