Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.javatools.marshal.xml
Class PropertyIterator

java.lang.Object
  extended by oracle.javatools.marshal.xml.PropertyIterator

public final class PropertyIterator
extends java.lang.Object

A class that iterates through the properties of a JavaBean.


Constructor Summary
PropertyIterator(java.lang.Object bean)
          Creates a new PropertyIterator which iterates over the persistent properties of the specified Object.
 
Method Summary
 boolean hasNext()
          Returns true if calling next() will succeed and return the next PropertyInfo.
 PropertyInfo next()
          Returns the next PropertyInfo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyIterator

public PropertyIterator(java.lang.Object bean)
Creates a new PropertyIterator which iterates over the persistent properties of the specified Object.

Method Detail

hasNext

public boolean hasNext()
Returns true if calling next() will succeed and return the next PropertyInfo.


next

public PropertyInfo next()
Returns the next PropertyInfo.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.