public interface IEssIterator extends IEssBaseObject
Modifier and Type | Method and Description |
---|---|
IEssBaseObject[] |
getAll()
Gets all the objects.
|
IEssBaseObject |
getAt(int index)
Gets an object at the specified index.
|
int |
getCount()
Gets the count of objects to iteration.
|
int getCount() throws com.essbase.api.base.EssException
EssException
- if an error occurs.IEssBaseObject getAt(int index) throws com.essbase.api.base.EssException
index
- The index.EssException
- if an error occurs.IEssBaseObject[] getAll() throws com.essbase.api.base.EssException
EssException
- if an error occurs.