|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyValues
Holder containing 0 or more PropertyValue objects, typically comprising one update.
PropertyValue
Method Summary | |
---|---|
PropertyValues |
changesSince(PropertyValues old)
Return the changes since the previous PropertyValues. |
boolean |
contains(String propertyName)
Is there a property value 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
null
boolean 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)
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |