Modidy a package name of nemo
[nemo.git] / nemo-tools / eclipse-plugin / nemo-editor / org.opendaylight.nemo.tool.eclipse.plugin.editor / src-gen / org / opendaylight / nemo / tool / eclipse / plugin / editor / NodeModel.java
1 /**
2  */
3 package org.opendaylight.nemo.tool.eclipse.plugin.editor;
4
5 import org.eclipse.emf.ecore.EObject;
6
7 /**
8  * <!-- begin-user-doc -->
9  * A representation of the model object '<em><b>Node Model</b></em>'.
10  * <!-- end-user-doc -->
11  *
12  * <p>
13  * The following features are supported:
14  * </p>
15  * <ul>
16  *   <li>{@link org.opendaylight.nemo.tool.eclipse.plugin.editor.NodeModel#getName <em>Name</em>}</li>
17  * </ul>
18  *
19  * @see org.opendaylight.nemo.tool.eclipse.plugin.editor.EditorPackage#getNodeModel()
20  * @model
21  * @generated
22  */
23 public interface NodeModel extends EObject
24 {
25   /**
26    * Returns the value of the '<em><b>Name</b></em>' attribute.
27    * <!-- begin-user-doc -->
28    * <p>
29    * If the meaning of the '<em>Name</em>' attribute isn't clear,
30    * there really should be more of a description here...
31    * </p>
32    * <!-- end-user-doc -->
33    * @return the value of the '<em>Name</em>' attribute.
34    * @see #setName(String)
35    * @see org.opendaylight.nemo.tool.eclipse.plugin.editor.EditorPackage#getNodeModel_Name()
36    * @model
37    * @generated
38    */
39   String getName();
40
41   /**
42    * Sets the value of the '{@link org.opendaylight.nemo.tool.eclipse.plugin.editor.NodeModel#getName <em>Name</em>}' attribute.
43    * <!-- begin-user-doc -->
44    * <!-- end-user-doc -->
45    * @param value the new value of the '<em>Name</em>' attribute.
46    * @see #getName()
47    * @generated
48    */
49   void setName(String value);
50
51 } // NodeModel