Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'hibernate/org.eclipse.emf.teneo.hibernate.examples/src/org/eclipse/emf/teneo/hibernate/examples/extlibrary/Employee.java')
-rwxr-xr-xhibernate/org.eclipse.emf.teneo.hibernate.examples/src/org/eclipse/emf/teneo/hibernate/examples/extlibrary/Employee.java31
1 files changed, 16 insertions, 15 deletions
diff --git a/hibernate/org.eclipse.emf.teneo.hibernate.examples/src/org/eclipse/emf/teneo/hibernate/examples/extlibrary/Employee.java b/hibernate/org.eclipse.emf.teneo.hibernate.examples/src/org/eclipse/emf/teneo/hibernate/examples/extlibrary/Employee.java
index 28348236c..bdcb20b0a 100755
--- a/hibernate/org.eclipse.emf.teneo.hibernate.examples/src/org/eclipse/emf/teneo/hibernate/examples/extlibrary/Employee.java
+++ b/hibernate/org.eclipse.emf.teneo.hibernate.examples/src/org/eclipse/emf/teneo/hibernate/examples/extlibrary/Employee.java
@@ -6,32 +6,31 @@
*/
package org.eclipse.emf.teneo.hibernate.examples.extlibrary;
-
/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Employee</b></em>'.
- * <!-- end-user-doc -->
- *
+ * <!-- begin-user-doc --> A representation of the model object '<em><b>Employee</b></em>'. <!--
+ * end-user-doc -->
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.emf.teneo.hibernate.examples.extlibrary.Employee#getManager <em>Manager</em>}</li>
+ * <li>{@link org.eclipse.emf.teneo.hibernate.examples.extlibrary.Employee#getManager <em>Manager
+ * </em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.eclipse.emf.teneo.hibernate.examples.extlibrary.ExtlibraryPackage#getEmployee()
* @model
* @generated
*/
public interface Employee extends Person {
/**
- * Returns the value of the '<em><b>Manager</b></em>' reference.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Manager</b></em>' reference. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Manager</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Manager</em>' reference isn't clear, there really should be more of
+ * a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Manager</em>' reference.
* @see #setManager(Employee)
* @see org.eclipse.emf.teneo.hibernate.examples.extlibrary.ExtlibraryPackage#getEmployee_Manager()
@@ -41,10 +40,12 @@ public interface Employee extends Person {
Employee getManager();
/**
- * Sets the value of the '{@link org.eclipse.emf.teneo.hibernate.examples.extlibrary.Employee#getManager <em>Manager</em>}' reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Manager</em>' reference.
+ * Sets the value of the '
+ * {@link org.eclipse.emf.teneo.hibernate.examples.extlibrary.Employee#getManager
+ * <em>Manager</em>}' reference. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Manager</em>' reference.
* @see #getManager()
* @generated
*/

Back to the top