org.argouml.uml.ui
Class EnumerationAdapter

java.lang.Object
  extended byorg.argouml.uml.ui.EnumerationAdapter
All Implemented Interfaces:
java.util.Enumeration

Deprecated. as of argouml 0.13.5 (10-may-2003), no replacement as this class was never used.

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()
          Deprecated.  
 java.lang.Object nextElement()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasMoreElements

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

nextElement

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


ArgoUML © 1996-2003 (20030829)ArgoUML Project HomeArgoUML Cookbook