org.mydm.core
Interface EDocResIterator

All Known Implementing Classes:
EDocResIteratorImpl

public interface EDocResIterator

EDocResSet Iterator


Method Summary
 boolean hasMoreEDocs()
          checks whether the set has any more edocs.
 EDocument nextEDoc()
          Gets the next EDocument from the set.
 

Method Detail

hasMoreEDocs

public boolean hasMoreEDocs()
checks whether the set has any more edocs.

Returns:
true or false

nextEDoc

public EDocument nextEDoc()
                   throws MyDMException
Gets the next EDocument from the set.

Returns:
edoc EDocument
Throws:
MyDMException