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

com.codetaco.funnel.orderby.KeyDirection Maven / Gradle / Ivy

There is a newer version: 3.0.5
Show newest version
package com.codetaco.funnel.orderby;

/**
 * 

* KeyDirection class. *

* * @author Chris DeGreef [email protected] */ public enum KeyDirection { ASC, DESC, AASC, ADESC }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy