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

interface XTypeDescriptionEnumeration
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::container::XEnumeration
    |
    +-XTypeDescriptionEnumeration
Description
Defines an enumeration for type descriptions.
Since version
OpenOffice.org 1.1.1

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