nl.renarj.jasdb.api.query.Order Maven / Gradle / Ivy
/*
* The JASDB software and code is Copyright protected 2011 and owned by Renze de Vries
*
* All the code and design principals in the codebase are also Copyright 2011
* protected and owned Renze de Vries. Any unauthorized usage of the code or the
* design and principals as in this code is prohibited.
*/
package nl.renarj.jasdb.api.query;
public enum Order {
ASCENDING,
DESCENDING
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy