Package org.openengsb.core.edb.api

Examples of org.openengsb.core.edb.api.EDBObjectEntry


    /**
     * Adds an EDBObjectEntry based on the given key and value to the given map
     */
    protected void putValue(String key, Object value, Map<String, EDBObjectEntry> map) {
        map.put(key, new EDBObjectEntry(key, value, value.getClass()));
    }
View Full Code Here

TOP

Related Classes of org.openengsb.core.edb.api.EDBObjectEntry

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.