Modify pom file
[nemo.git] / nemo-tools / eclipse-plugin / nemo-rest / org.opendaylight.nemo.tool.eclipse.plugin.rest / src / org / opendaylight / nemo / tool / eclipse / plugin / rest / actions / NemoType.java
1 package org.opendaylight.nemo.tool.eclipse.plugin.rest.actions;
2
3 /**
4  * Created by hj on 10/29/15.
5  */
6 public enum NemoType {
7     ENGINE,
8     USER,
9     CREATE_NODE,
10     UPDATE_NODE,
11     DELETE_NODE,
12     CREATE_CONN,
13     UPDATE_CONN,
14     DELETE_CONN,
15     CREATE_OPERATION,
16     CREATE_FLOW,
17     UPDATE_FLOW,
18     UNKNOWN;
19 }