(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

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

unpublished interface XInterfaceTypeDescription2
Base Interfaces
XInterfaceTypeDescription2XInterfaceTypeDescriptionXTypeDescription

XInterfaceTypeDescription
(referenced interface's summary:)
Reflects an interface type.
Usage Restrictions
not published
Description
Reflects an interface type, supporting multiple inheritance.

This type supersedes XInterfaceTypeDescription, which only supported single inheritance.

Since
OOo 2.0.0

Methods' Summary
getBaseTypes Returns a sequence of all directly inherited (mandatory) base interface types.  
getOptionalBaseTypes Returns a sequence of all directly inherited optional base interface types.  
Methods' Details
getBaseTypes
sequence< XTypeDescription >
getBaseTypes();

Description
Returns a sequence of all directly inherited (mandatory) base interface types.
Returns
a sequence of all directly inherited (mandatory) base interface types, in the correct order; each element of the returned sequence will be the reflection of either an interface type (of type XInterfaceTypeDescription) or a typedef (of type XIndirectTypeDescription) that—directly or indirectly—denotes an interface type
getOptionalBaseTypes
sequence< XTypeDescription >
getOptionalBaseTypes();

Description
Returns a sequence of all directly inherited optional base interface types.
Returns
a sequence of all directly inherited optional base interface types, in the correct order; each element of the returned sequence will be the reflection of either an interface type (of type XInterfaceTypeDescription) or a typedef (of type XIndirectTypeDescription) that—directly or indirectly—denotes an interface type
Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.