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

(Global Index)

Syntax

interface XInterfaceTypeDescription : com::sun::star::reflection::XTypeDescription ;

Description

The type description of an interface. The type class of this description is TypeClass_INTERFACE_INTERFACE.

Method Summary

getBaseType

getUik

getMembers

Method Details



getBaseType

Syntax

com::sun::star::reflection::XTypeDescription getBaseType ();

Description

Returns

the base interface, if the interface has one, null if no base interface exist.

getUik

Syntax

com::sun::star::uno::Uik getUik ();

Description

Returns

the UIK of the interface.

getMembers

Syntax

sequence< com::sun::star::reflection::XInterfaceMemberTypeDescription > getMembers ();

Description

Returns

the array of members.
Top of Page