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

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

interface XIdlMember

Base Interface
com::sun::star::uno::XInterface

Description
makes it possible to access members of classes dynamically.


Methods' Summary

getDeclaringClass
getName Returns the fully-qualified name of the type (class, interface, array, sequence, struct, union, enum, or primitive) represented by this XIdlClass object, as a String.

Methods' Details

getDeclaringClass
 
com::sun::star::reflection::XIdlClass
getDeclaringClass();
Returns
the XIdlClass object representing the class, interface, struct, union, or enum that declares the member represented by this member.
getName
 
string
getName();
Description
Returns the fully-qualified name of the type (class, interface, array, sequence, struct, union, enum, or primitive) represented by this XIdlClass object, as a String.

Top of Page