public interface SortItem
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getAttributeName()Gets the name of the attribute used in the sort order. | 
| boolean | isCaseSensitive() | 
| boolean | isDescending()Gets the flag that indicates whether to sort in ascending or descending
 order. | 
java.lang.String getAttributeName()
boolean isDescending()
boolean isCaseSensitive()