|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.javatools.marshal.xml.PropertyIterator
public final class PropertyIterator
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 |
|---|
public PropertyIterator(java.lang.Object bean)
PropertyIterator which iterates over the persistent properties of the specified Object.| Method Detail |
|---|
public boolean hasNext()
true if calling next() will succeed and return the next PropertyInfo.public PropertyInfo next()
PropertyInfo.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||