Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » beans » support » [javadoc | source]
org.springframework.beans.support
public interface: SortDefinition [javadoc | source]

All Known Implementing Classes:
    MutableSortDefinition

Definition for sorting bean instances by a property.
Method from org.springframework.beans.support.SortDefinition Summary:
getProperty,   isAscending,   isIgnoreCase
Method from org.springframework.beans.support.SortDefinition Detail:
 public String getProperty()
    Return the name of the bean property to compare. Can also be a nested bean property path.
 public boolean isAscending()
    Return whether to sort ascending (true) or descending (false).
 public boolean isIgnoreCase()
    Return whether upper and lower case in String values should be ignored.