com.togethersoft.openapi.rwi.enum
Interface RwiElementEnumeration

All Known Subinterfaces:
RwiContainerEnumeration, RwiDiagramEnumeration, RwiLinkEnumeration, RwiMemberEnumeration, RwiNodeEnumeration, RwiPackageEnumeration

public interface RwiElementEnumeration
extends Enumeration

Enumeration of RwiElements.

Author:
TogetherSoft

Method Summary
 RwiElementnextRwiElement()
           

Methods inherited from interface java.util.Enumeration
hasMoreElements, nextElement

Method Detail

nextRwiElement

public RwiElement nextRwiElement()