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

io.vertx.tp.ke.cv.KeField Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
package io.vertx.tp.ke.cv;

public interface KeField {
    String APP_KEY = "appKey";
    String APP_ID = "appId";
    String APP = "application";
    String SIGMA = "sigma";

    String ENTITY_ID = "entityId";
    String MODEL_ID = "modelId";
    String RESOURCE_ID = "resourceId";

    String NAME = "name";
    String CODE = "code";
    String TYPE = "type";
    String NAMESPACE = "namespace";

    String METADATA = "metadata";
    String SERVICE = "service";
    String DATA = "data";
    String ACTIVE = "active";
    String LANGUAGE = "language";
    String KEY = "key";

    String FILE_KEY = "fileKey";

    String IDENTIFIER = "identifier";
    String DYNAMIC = "dynamic";
    String VIEW = "view";
    String ACTOR = "actor";
    String QUERY = "query";


    String SOURCE = "source";
    String MODELS = "models";

    String METHOD = "method";
    String URI = "uri";
    String URI_REQUEST = "requestUri";

    String USERNAME = "username";
    String CLIENT_ID = "clientId";

    String RESULT = "result";

    String LOGO = "logo";

    interface App {

        String COPY_RIGHT = "copyRight";
        String ICP = "icp";
        String TITLE = "title";
        String EMAIL = "email";

        String DOMAIN = "domain";
        String APP_PORT = "appPort";
        String ROUTE = "route";

        String PATH = "path";
        String URL_ENTRY = "urlEntry";
        String URL_MAIN = "urlMain";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy