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

com.addc.commons.properties.BoundsType Maven / Gradle / Ivy

Go to download

The addc-base library supplies classes for creating UUIDs, converting between types, outputting byte arrays with different formats, support for Julian dates, delay generators, parsing properties files and support for I18N.

There is a newer version: 2.6
Show newest version
package com.addc.commons.properties;

/**
 * The BoundsType enum defines the type of a {#link Bounds} object
 */
public enum BoundsType {
    NONE, GT, GTE, LTE, LT, GTLT;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy