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

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

There is a newer version: 3.2.32
Show newest version
package com.github.wz2cool.dynamic;

/**
 * @author Frank
 **/
public enum UpDown {
    /**
     * NONE
     */
    NONE,
    /**
     * UP
     */
    UP,
    /**
     * DOWN
     */
    DOWN
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy