com.github.wz2cool.dynamic.SortDirection Maven / Gradle / Ivy
package com.github.wz2cool.dynamic;
import java.io.Serializable;
/**
* The enum Sort direction.
* @author Frank
*/
public enum SortDirection implements Serializable {
/**
* Asc sort direction.
*/
ASC,
/**
* Desc sort direction.
*/
DESC
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy