com.togethersoft.openapi.rwi.enum
Interface RwiElementEnumeration

All Known Subinterfaces:
RwiContainerEnumeration, RwiDiagramEnumeration, RwiLinkEnumeration, RwiMemberEnumeration, RwiNodeEnumeration, RwiPackageEnumeration
All Known Implementing Classes:
RwiPropertyProviderAdapter.EmptyRwiElementEnumeration

public interface RwiElementEnumeration
extends Enumeration

Enumeration of RwiElements.

Author:
TogetherSoft
Since: Together 3.0

Method Summary
 RwiElementnextRwiElement()
           

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

Method Detail

nextRwiElement

public RwiElement nextRwiElement()