|
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.db.property.PropertyIterator
public class PropertyIterator
A class that iterates through the properties of a DBObject.
| Constructor Summary | |
|---|---|
PropertyIterator(java.lang.Class objClass, java.lang.Class<? extends DBObjectProvider> proClass) |
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,PropertyInfo> |
getPropertyInfos()The returned map includes the PropertyInfos for this iterator's object class and only includes bean properties (not extra properties). |
java.util.Map<java.lang.String,PropertyInfo> |
getPropertyInfos(boolean excludeTransientGet, boolean excludeTransientSet, boolean beanOnly) |
static java.util.Map<java.lang.String,PropertyInfo> |
getPropertyInfos(java.lang.Class beanClass)Returns a map of property name to PropertyInfo object for the given bean class. |
static java.util.Map<java.lang.String,PropertyInfo> |
getPropertyInfos(java.lang.Object bean)Returns a map of property name to PropertyInfo object for the given bean. |
java.util.Iterator<PropertyInfo> |
getPropertyIterator()The returned iterator includes the PropertyInfos for the object class and only includes bean properties (not extra properties). |
java.util.Iterator<PropertyInfo> |
getPropertyIterator(boolean excludeTransientGet, boolean excludeTransientSet, boolean beanOnly) |
static java.util.Iterator<PropertyInfo> |
getPropertyIterator(java.lang.Class beanClz)Returns an Iterator of the properties of the given bean class. |
static java.util.Iterator<PropertyInfo> |
getPropertyIterator(java.lang.Object bean)Returns an Iterator of the properties of the given bean. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyIterator(java.lang.Class objClass,
java.lang.Class<? extends DBObjectProvider> proClass)
| Method Detail |
|---|
public java.util.Iterator<PropertyInfo> getPropertyIterator()
public java.util.Iterator<PropertyInfo> getPropertyIterator(boolean excludeTransientGet,
boolean excludeTransientSet,
boolean beanOnly)
public java.util.Map<java.lang.String,PropertyInfo> getPropertyInfos()
public java.util.Map<java.lang.String,PropertyInfo> getPropertyInfos(boolean excludeTransientGet,
boolean excludeTransientSet,
boolean beanOnly)
public static java.util.Map<java.lang.String,PropertyInfo> getPropertyInfos(java.lang.Object bean)
Transient annotation on either the get or set method will be ommitted from the map.public static java.util.Map<java.lang.String,PropertyInfo> getPropertyInfos(java.lang.Class beanClass)
Transient annotation on either the get or set method will be ommitted from the map.public static java.util.Iterator<PropertyInfo> getPropertyIterator(java.lang.Object bean)
Transient annotation on either the get or set method will be ommitted from the Iterator.public static java.util.Iterator<PropertyInfo> getPropertyIterator(java.lang.Class beanClz)
Transient annotation on either the get or set method will be ommitted from the Iterator.
|
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 | |||||||||