Interface ISortExpression
public interface ISortExpression
This interface represents a configuration for sorting retrieved objects. It contains the configuration for
 one attribute. To sort on multiple attributes, use a sequence of 
ISortExpression instances.- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic enumDefines the available sort orders.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the sort order.Returns the name of the attribute on which the query result must be sorted.
- 
Method Details- 
getMemberNameString getMemberName()Returns the name of the attribute on which the query result must be sorted.- Returns:
- the attribute name
 
- 
getDirectionISortExpression.SortDirection getDirection()Returns the sort order.- Returns:
- the sort order
 
 
-