Class StringEnumeration
- java.lang.Object
 - 
- org.pentaho.reporting.libraries.base.config.StringEnumeration
 
 
- 
- All Implemented Interfaces:
 Enumeration<String>
public class StringEnumeration extends Object implements Enumeration<String>
 
- 
- 
Constructor Summary
Constructors Constructor Description StringEnumeration(Enumeration parent) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasMoreElements()StringnextElement()- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface java.util.Enumeration
asIterator 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
StringEnumeration
public StringEnumeration(Enumeration parent)
 
 - 
 
- 
Method Detail
- 
hasMoreElements
public boolean hasMoreElements()
- Specified by:
 hasMoreElementsin interfaceEnumeration<String>
 
- 
nextElement
public String nextElement()
- Specified by:
 nextElementin interfaceEnumeration<String>
 
 - 
 
 -