public final class PropertyIterator
extends java.lang.Object
| Constructor and Description | 
|---|
PropertyIterator(java.lang.Object bean)
Creates a new  
PropertyIterator | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
hasNext()
 | 
PropertyInfo | 
next()
Returns the next  
PropertyInfo. | 
public PropertyIterator(java.lang.Object bean)
PropertyIterator which iterates
  over the persistent properties of the specified Object.public boolean hasNext()
public PropertyInfo next()
PropertyInfo.