com.essbase.api.base
Interface IEssSequentialIterator

All Superinterfaces:
IEssBaseObject

public interface IEssSequentialIterator
extends IEssBaseObject

The IEssSequentialIterator interface.


Method Summary
 java.lang.String getNextString()
          Gets the next string of data.
 boolean isEndOfData()
          Checks if there is no more data.
 

Method Detail

isEndOfData

public boolean isEndOfData()
                    throws EssException
Checks if there is no more data.

Returns:
true if there is no more data.
Throws:
EssException - if an error occurs.

getNextString

public java.lang.String getNextString()
                               throws EssException
Gets the next string of data.

Returns:
The next string. null if no more data.
Throws:
EssException - if an error occurs.