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

com.microsoft.commondatamodel.objectmodel.resolvedmodel.expressionparser.PredefinedTokenEnum Maven / Gradle / Ivy

There is a newer version: 100.0.7
Show newest version
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.

package com.microsoft.commondatamodel.objectmodel.resolvedmodel.expressionparser;

/**
 * @deprecated This class is extremely likely to be removed in the public interface, and not
 * meant to be called externally at all. Please refrain from using it.
 */
@Deprecated
public enum PredefinedTokenEnum {
    ALWAYS,

    AND,
    OR,
    NOT,

    TRUE,
    FALSE,

    GT,
    LT,
    EQ,
    NE,
    GE,
    LE,

    DEPTH,
    MAXDEPTH,

    NOMAXDEPTH,
    ISARRAY,

    MINCARDINALITY,
    MAXCARDINALITY,

    REFERENCEONLY,
    NORMALIZED,
    STRUCTURED,
    VIRTUAL,

    OPENPAREN,
    CLOSEPAREN
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy