| com.flexive.shared.search.SortDirection
SortDirection | public enum SortDirection implements ObjectWithLabel(Code) | | A sort direction.
author: Daniel Lichtenberger (daniel.lichtenberger@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) version: $Rev: 181 $ |
ASCENDING | Enum Constant ASCENDING(Code) | | |
DESCENDING | Enum Constant DESCENDING(Code) | | |
UNSORTED | Enum Constant UNSORTED(Code) | | |
getSqlSuffix | public String getSqlSuffix()(Code) | | Return the SQL suffix used for this sort direction.
the SQL suffix used for this sort direction . |
|
|