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