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

interface XIdlMember
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XIdlMember
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
Base interface for ::com::sun::star::reflection::XIdlField2 s and ::com::sun::star::reflection::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
::com::sun::star::reflection::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