Class StringEnumeration
java.lang.Object
org.pentaho.reporting.libraries.base.config.StringEnumeration
- All Implemented Interfaces:
Enumeration<String>
-
Constructor Details
-
StringEnumeration
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration<String>
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<String>
-