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

com.bazaarvoice.emodb.sor.condition.State Maven / Gradle / Ivy

The newest version!
package com.bazaarvoice.emodb.sor.condition;

/**
 * Tests that {@link IsCondition} can perform.
 */
public enum State {
    UNDEFINED,
    DEFINED,
    NULL,
    BOOL,
    NUM,
    STRING,
    ARRAY,
    OBJECT,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy