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

com.xyzwps.lib.dollar.Direction Maven / Gradle / Ivy

The newest version!
package com.xyzwps.lib.dollar;

/**
 * Order by direction.
 */
public enum Direction {
    /**
     * Ascending direction/order.
     */
    ASC,
    /**
     * Descending direction/order.
     */
    DESC
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy