interface XIdlMember in module com::sun::star::reflection::

(Global Index)

Syntax

interface XIdlMember : com::sun::star::uno::XInterface ;

Description

makes it possible to access members of classes dynamically.

Method 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.

Method Details



getDeclaringClass

Syntax

com::sun::star::reflection::XIdlClass getDeclaringClass ();

Description

Returns

the XIdlClass object representing the class, interface, struct, union or enum that declares the member represented by this member.

getName

Syntax

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