org.enhydra.shark.api.client.wfmc.wapi
Class WMAttributeIterator

java.lang.Object
  extended by org.enhydra.shark.api.client.wfmc.wapi.WMIterator
      extended by org.enhydra.shark.api.client.wfmc.wapi.WMAttributeIterator
All Implemented Interfaces:
java.io.Serializable, java.util.Iterator

public class WMAttributeIterator
extends WMIterator

Iterator for retrieving attributes.

Author:
Adrian Price
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.enhydra.shark.api.client.wfmc.wapi.WMIterator
cursor
 
Constructor Summary
WMAttributeIterator()
           
 
Method Summary
 WMAttribute[] getArray()
           
 java.lang.Object next()
           
 void setArray(WMAttribute[] array)
           
 WMAttribute tsNext()
          Retrieves the next attribute.
 
Methods inherited from class org.enhydra.shark.api.client.wfmc.wapi.WMIterator
getCount, hasNext, remove, setCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WMAttributeIterator

public WMAttributeIterator()
Method Detail

tsNext

public WMAttribute tsNext()
                   throws WMNoMoreDataException
Retrieves the next attribute.

Returns:
The attribute.
Throws:
WMNoMoreDataException - if no more data are available.

next

public java.lang.Object next()

getArray

public WMAttribute[] getArray()

setArray

public void setArray(WMAttribute[] array)