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

io.polyglotted.pgmodel.ac.Function Maven / Gradle / Ivy

Go to download

Standard set of models for geo coding, access control and elastic search abstraction

The newest version!
package io.polyglotted.pgmodel.ac;

@SuppressWarnings("unused")
public enum Function {
    EQUALS, GREATER_THAN, GREATER_THAN_EQUALS, LESS_THAN, LESS_THAN_EQUALS, PREFIX, IN, BETWEEN, REGEX
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy