| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyValues
Holder containing one or more PropertyValue objects,
 typically comprising one update for a specific target bean.
PropertyValue| Method Summary | |
|---|---|
|  PropertyValues | changesSince(PropertyValues old)Return the changes since the previous PropertyValues. | 
|  boolean | contains(String propertyName)Is there a property value (or other processing entry) for this property? | 
|  PropertyValue | getPropertyValue(String propertyName)Return the property value with the given name, if any. | 
|  PropertyValue[] | getPropertyValues()Return an array of the PropertyValue objects held in this object. | 
|  boolean | isEmpty()Does this holder not contain any PropertyValue objects at all? | 
| Method Detail | 
|---|
PropertyValue[] getPropertyValues()
PropertyValue getPropertyValue(String propertyName)
propertyName - the name to search for
nullboolean contains(String propertyName)
propertyName - the name of the property we're interested in
boolean isEmpty()
PropertyValues changesSince(PropertyValues old)
equals.
old - old property values
Object.equals(java.lang.Object)| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||