All Downloads are FREE. Search and download functionalities are using the official Maven repository.

widebase.db.table.SortDirection.scala Maven / Gradle / Ivy

The newest version!
package widebase.db.table

/** Supported sort directions.
 *
 * @author myst3r10n
 */
object SortDirection extends Enumeration {

  type SortDirection = Value

  val Ascending, Descending = Value

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy