org.argouml.uml.ui
Class EnumerationAdapter

java.lang.Object
  |
  +--org.argouml.uml.ui.EnumerationAdapter
All Implemented Interfaces:
java.util.Enumeration

public class EnumerationAdapter
extends java.lang.Object
implements java.util.Enumeration

This class implements the java.util.Enumeration interface by delegating to a java.util.Interator


Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration


ArgoUML (c) 1996-2002
ArgoUML Project Home
ArgoUML Cookbook