dsto.dfc.databeans
Class PropertyValueIterator

java.lang.Object
  extended by dsto.dfc.databeans.PropertyValueIterator
All Implemented Interfaces:
Iterator

public class PropertyValueIterator
extends Object
implements Iterator

Iterates over an IDataObject's property values.

Author:
Matthew Phillips
See Also:
IDataObject.propertyIterator()

Constructor Summary
PropertyValueIterator(IDataObject object)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyValueIterator

public PropertyValueIterator(IDataObject object)
Method Detail

remove

public void remove()
Specified by:
remove in interface Iterator

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator


Copyright © 2008 Commonwealth of Australia