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

interface XTypeDescriptionEnumeration
Base Interfaces
XTypeDescriptionEnumeration
┗ ::com::sun::star::container::XEnumeration

::com::sun::star::container::XEnumeration
(referenced interface's summary:)
provides functionality to enumerate the contents of a container.
Description
Defines an enumeration for type descriptions.
Since
OOo 1.1.2

Methods' Summary
nextTypeDescription Returns the next element of the enumeration.  
Methods' Details
nextTypeDescription
XTypeDescription
nextTypeDescription()
raises( ::com::sun::star::container::NoSuchElementException );

Description
Returns the next element of the enumeration.
Returns
the next element of this enumeration.
Throws
com::sun::star::container::NoSuchElementException if no more elements exist.
Top of Page