|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IEssIterator interface.
Method Summary | |
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. |
Method Detail |
public int getCount() throws EssException
EssException
- if an error occurs.public IEssBaseObject getAt(int index) throws EssException
index
- The index.
EssException
- if an error occurs.public IEssBaseObject[] getAll() throws EssException
EssException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |