com.togethersoft.openapi.ide.diagram.enum
Interface IdeDiagramElementEnumeration


public interface IdeDiagramElementEnumeration
extends Enumeration

Represents enumeration of IdeDiagramElements.

Author:
TogetherSoft
Since: Together 3.0

Method Summary
 IdeDiagramElementnextIdeDiagramElement()
          Return next IdeDiagramElement from this enumeration.

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

Method Detail

nextIdeDiagramElement

public IdeDiagramElement nextIdeDiagramElement()
Return next IdeDiagramElement from this enumeration.