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

interface XIdlMember
Description
Base interface for XIdlField2s and XIdlMethods.

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