|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object containing 0 or more PropertyValues comprising one update.
Method Summary | |
PropertyValues |
changesSince(PropertyValues old)
Return the changes since the previous PropertyValues. |
boolean |
contains(java.lang.String propertyName)
Is there a property value for this property? |
PropertyValue |
getPropertyValue(java.lang.String propertyName)
Return the property value with the given name. |
PropertyValue[] |
getPropertyValues()
Return an array of the PropertyValue objects held in this object. |
Method Detail |
public PropertyValue[] getPropertyValues()
public PropertyValue getPropertyValue(java.lang.String propertyName)
propertyName
- name to search for
public boolean contains(java.lang.String propertyName)
propertyName
- name of the property we're interested in
public PropertyValues changesSince(PropertyValues old)
old
- old property values
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |