public interface  org.springframework.beans.PropertyValues extends java.lang.Object
{
public abstract org.springframework.beans.PropertyValue[] getPropertyValues();
public abstract org.springframework.beans.PropertyValue getPropertyValue(java.lang.String);
public abstract org.springframework.beans.PropertyValues changesSince(org.springframework.beans.PropertyValues);
public abstract boolean contains(java.lang.String);
public abstract boolean isEmpty();
}