Interface ISortItem
public interface ISortItem
Definition of a sort item
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumNull order typestatic enumOrder direction -
Method Summary
Modifier and TypeMethodDescriptionReturn the expression for this sort itemGet null ordergetOrder()Get order
-
Method Details
-
getOrder
ISortItem.Order getOrder()Get order -
getNullOrder
ISortItem.NullOrder getNullOrder()Get null order -
getExpression
IExpression getExpression()Return the expression for this sort item
-