public interface PropertyValues
PropertyValue
objects,
typically comprising one update for a specific target bean.PropertyValue
Modifier and Type | Method and Description |
---|---|
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?
|
PropertyValue[] getPropertyValues()
PropertyValue getPropertyValue(String propertyName)
propertyName
- the name to search fornull
PropertyValues changesSince(PropertyValues old)
equals
.old
- old property valuesObject.equals(java.lang.Object)
boolean contains(String propertyName)
propertyName
- the name of the property we're interested inboolean isEmpty()