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

com.github.wz2cool.dynamic.SortDirection Maven / Gradle / Ivy

There is a newer version: 3.2.32
Show newest version
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