package org.opendaylight.nemo.tool.eclipse.plugin.rest.actions.model; import org.json.JSONObject; /** * Created by hj on 10/29/15. */ public interface INemoItem { public JSONObject toJSONObject(); }