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

interface XIdlMember
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XIdlMember
Description
Base interface for XIdlField2 s and XIdlMethod s.

Methods' Summary
getDeclaringClass Returns the declaring type of this field, i.e. the type having the member declared (interface, enum, struct, exception).
getName Returns the fully-qualified name of the member.
Methods' Details
getDeclaringClass
XIdlClass
getDeclaringClass();
 
 

Description
Returns the declaring type of this field, i.e. the type having the member declared (interface, enum, struct, exception).
Returns
declaring type
getName
string
getName();
 
 

Description
Returns the fully-qualified name of the member.
Returns
fully-qualified name of the member
Top of Page