4ce857ecaf76d85100403820c9e0242c2e2193bc
[nemo.git] / nemo-tools / eclipse-plugin-project / nemo-rest / org.opendaylight.nemo.tool.eclipse.plugin.rest / src / org / opendaylight / nemo / tool / eclipse / plugin / rest / actions / model / INemoItem.java
1 package org.opendaylight.nemo.tool.eclipse.plugin.rest.actions.model;
2
3 import org.json.JSONObject;
4
5 /**
6  * Created by hj on 10/29/15.
7  */
8 public interface INemoItem {
9     public JSONObject toJSONObject();
10 }