| 
The Spring Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyValue | |
|---|---|
| org.springframework.beans | This package contains interfaces and classes for manipulating Java beans. | 
| Uses of PropertyValue in org.springframework.beans | 
|---|
| Methods in org.springframework.beans that return PropertyValue | |
|---|---|
 PropertyValue | 
PropertyValues.getPropertyValue(String propertyName)
Return the property value with the given name, if any.  | 
 PropertyValue | 
MutablePropertyValues.getPropertyValue(String propertyName)
 | 
 PropertyValue[] | 
PropertyValues.getPropertyValues()
Return an array of the PropertyValue objects held in this object.  | 
 PropertyValue[] | 
MutablePropertyValues.getPropertyValues()
 | 
| Methods in org.springframework.beans with parameters of type PropertyValue | |
|---|---|
 MutablePropertyValues | 
MutablePropertyValues.addPropertyValue(PropertyValue pv)
Add a PropertyValue object, replacing any existing one for the corresponding property.  | 
 void | 
MutablePropertyValues.removePropertyValue(PropertyValue pv)
Remove the given PropertyValue, if contained.  | 
 void | 
BeanWrapperImpl.setPropertyValue(PropertyValue pv)
 | 
 void | 
PropertyAccessor.setPropertyValue(PropertyValue pv)
Set the specified value as current property value.  | 
 void | 
AbstractPropertyAccessor.setPropertyValue(PropertyValue pv)
 | 
 void | 
MutablePropertyValues.setPropertyValueAt(PropertyValue pv,
                   int i)
Modify a PropertyValue object held in this object.  | 
| Constructors in org.springframework.beans with parameters of type PropertyValue | |
|---|---|
PropertyValue(PropertyValue original)
Copy constructor.  | 
|
  | 
The Spring Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||