public interface IEssSequentialIterator extends IEssBaseObject
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNextString()
Gets the next string of data.
|
boolean |
isEndOfData()
Checks if there is no more data.
|
boolean isEndOfData()
throws com.essbase.api.base.EssException
EssException - if an error occurs.java.lang.String getNextString()
throws com.essbase.api.base.EssException
EssException - if an error occurs.