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

io.vertx.tp.erp.cv.Addr Maven / Gradle / Ivy

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

interface Prefix {

    String _EVENT = "Ἀτλαντὶς νῆσος://Επιχείρηση/";
}

public interface Addr {

    interface Company {
        String INFORMATION = Prefix._EVENT + "X-COMPANY";
    }

    interface Employee {
        String ADD = Prefix._EVENT + "E-EMPLOYEE/ADD";

        String BY_ID = Prefix._EVENT + "E-EMPLOYEE/BY-ID";

        String EDIT = Prefix._EVENT + "E-EMPLOYEE/EDIT";

        String DELETE = Prefix._EVENT + "E-EMPLOYEE/DELETE";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy