StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.container
Interface XEnumeration

All Superinterfaces:
com.sun.star.uno.XInterface
All Known Subinterfaces:
com.sun.star.container.XComponentEnumeration, com.sun.star.ucb.XContentEnumeration
All Known Implementing Classes:
com.sun.star.comp.servicemanager.ServiceManager$ServiceEnumerationImpl

public abstract interface XEnumeration
extends com.sun.star.uno.XInterface


Field Summary
static com.sun.star.uno.Uik UIK
           
static java.lang.Object UNORUNTIMEDATA
           
static com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
           
 
Method Summary
abstract  boolean hasMoreElements()
           
abstract  java.lang.Object nextElement()
           
 

Field Detail

UIK

public static final com.sun.star.uno.Uik UIK

UNORUNTIMEDATA

public static final java.lang.Object UNORUNTIMEDATA

UNOTYPEINFO

public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
Method Detail

hasMoreElements

public abstract boolean hasMoreElements()
                                 throws com.sun.star.uno.RuntimeException

nextElement

public abstract java.lang.Object nextElement()
                                      throws com.sun.star.container.NoSuchElementException,
                                             com.sun.star.lang.WrappedTargetException,
                                             com.sun.star.uno.RuntimeException

StarOffice 5.2 API
reverse engineered by classdoc