Annotation Interface CollectionSortAttribute
public @interface CollectionSortAttribute
Defines an attribute on which to sort a collection.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionGets the direction which to sort.
-
Element Details
-
value
String valueGets the attribute name to sort on.- Returns:
- the attribute name to sort on.
-
sortDirection
SortDirection sortDirectionGets the direction which to sort.- Returns:
- the direction which to sort.
- Default:
ASCENDING
-