You can buy this project and download/modify it how often you want.
package widebase.db.table /** Supported sort directions. * * @author myst3r10n */ object SortDirection extends Enumeration { type SortDirection = Value val Ascending, Descending = Value }