|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DynaProperty | |
---|---|
org.apache.commons.beanutils | The Bean Introspection Utilities component of the Apache Commons subproject offers low-level utility classes that assist in getting and setting property values on Java classes that follow the naming design patterns outlined in the JavaBeans Specification, as well as mechanisms for dynamically defining and accessing bean properties. |
Uses of DynaProperty in org.apache.commons.beanutils |
---|
Fields in org.apache.commons.beanutils declared as DynaProperty | |
---|---|
protected DynaProperty[] |
WrapDynaClass.properties
The set of dynamic properties that are part of this DynaClass. |
protected DynaProperty[] |
BasicDynaClass.properties
The set of dynamic properties that are part of this DynaClass. |
Methods in org.apache.commons.beanutils that return DynaProperty | |
---|---|
DynaProperty[] |
WrapDynaClass.getDynaProperties()
Return an array of ProperyDescriptors for the properties
currently defined in this DynaClass. |
DynaProperty[] |
LazyDynaMap.getDynaProperties()
Return an array of ProperyDescriptors for the properties
currently defined in this DynaClass. |
DynaProperty[] |
DynaClass.getDynaProperties()
Return an array of ProperyDescriptors for the properties
currently defined in this DynaClass. |
DynaProperty[] |
BasicDynaClass.getDynaProperties()
Return an array of ProperyDescriptors for the properties
currently defined in this DynaClass. |
DynaProperty |
WrapDynaClass.getDynaProperty(String name)
Return a property descriptor for the specified property, if it exists; otherwise, return null . |
protected DynaProperty |
WrapDynaBean.getDynaProperty(String name)
Return the property descriptor for the specified property name. |
DynaProperty |
LazyDynaMap.getDynaProperty(String name)
Return a property descriptor for the specified property. |
DynaProperty |
LazyDynaClass.getDynaProperty(String name)
Return a property descriptor for the specified property. |
DynaProperty |
DynaClass.getDynaProperty(String name)
Return a property descriptor for the specified property, if it exists; otherwise, return null . |
DynaProperty |
BasicDynaClass.getDynaProperty(String name)
Return a property descriptor for the specified property, if it exists; otherwise, return null . |
protected DynaProperty |
BasicDynaBean.getDynaProperty(String name)
Return the property descriptor for the specified property name. |
Methods in org.apache.commons.beanutils with parameters of type DynaProperty | |
---|---|
protected void |
LazyDynaMap.add(DynaProperty property)
Add a new dynamic property. |
protected void |
LazyDynaClass.add(DynaProperty property)
Add a new dynamic property. |
protected void |
BasicDynaClass.setProperties(DynaProperty[] properties)
Set the list of dynamic properties supported by this DynaClass. |
Constructors in org.apache.commons.beanutils with parameters of type DynaProperty | |
---|---|
BasicDynaClass(String name,
Class dynaBeanClass,
DynaProperty[] properties)
Construct a new BasicDynaClass with the specified parameters. |
|
LazyDynaClass(String name,
Class dynaBeanClass,
DynaProperty[] properties)
Construct a new LazyDynaClass with the specified name, DynaBean class and properties. |
|
LazyDynaClass(String name,
DynaProperty[] properties)
Construct a new LazyDynaClass with the specified name and properties. |
|
LazyDynaMap(DynaProperty[] properties)
Construct a new LazyDynaMap with the specified properties. |
|
LazyDynaMap(String name,
DynaProperty[] properties)
Construct a new LazyDynaMap with the specified name and properties. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |