com.ibm.awb.misc
Class StringList

java.lang.Object
  |
  +--com.ibm.awb.misc.StringList
All Implemented Interfaces:
java.util.Enumeration

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


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

Constructor Detail

StringList

public StringList()
Method Detail

addString

public final void addString(java.lang.String str)

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