com.raritantechnologies.genericInterface
Class FieldIterator

java.lang.Object
  extended bycom.raritantechnologies.genericInterface.FieldIterator
All Implemented Interfaces:
java.rmi.Remote, java.io.Serializable

public class FieldIterator
extends java.lang.Object
implements java.io.Serializable, java.rmi.Remote

Provides an iterator for source Field objects by wrapping a SearchSource object that describes a back-end data source.

See Also:
Serialized Form

Method Summary
 boolean hasNext()
          returns true if there are more Field objects, false otherwise.
 Field next()
          returns the next Field object in the iterator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

next

public Field next()
           throws java.rmi.RemoteException
returns the next Field object in the iterator.

Throws:
java.rmi.RemoteException

hasNext

public boolean hasNext()
                throws java.rmi.RemoteException
returns true if there are more Field objects, false otherwise.

Throws:
java.rmi.RemoteException