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/BookOnTape.java')
-rwxr-xr-xhibernate/org.eclipse.emf.teneo.hibernate.examples/src/org/eclipse/emf/teneo/hibernate/examples/extlibrary/BookOnTape.java52
1 files changed, 28 insertions, 24 deletions
diff --git a/hibernate/org.eclipse.emf.teneo.hibernate.examples/src/org/eclipse/emf/teneo/hibernate/examples/extlibrary/BookOnTape.java b/hibernate/org.eclipse.emf.teneo.hibernate.examples/src/org/eclipse/emf/teneo/hibernate/examples/extlibrary/BookOnTape.java
index fda95d1de..215a7b90e 100755
--- a/hibernate/org.eclipse.emf.teneo.hibernate.examples/src/org/eclipse/emf/teneo/hibernate/examples/extlibrary/BookOnTape.java
+++ b/hibernate/org.eclipse.emf.teneo.hibernate.examples/src/org/eclipse/emf/teneo/hibernate/examples/extlibrary/BookOnTape.java
@@ -6,33 +6,33 @@
*/
package org.eclipse.emf.teneo.hibernate.examples.extlibrary;
-
/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Book On Tape</b></em>'.
- * <!-- end-user-doc -->
- *
+ * <!-- begin-user-doc --> A representation of the model object '<em><b>Book On Tape</b></em>'. <!--
+ * end-user-doc -->
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.eclipse.emf.teneo.hibernate.examples.extlibrary.BookOnTape#getReader <em>Reader</em>}</li>
- * <li>{@link org.eclipse.emf.teneo.hibernate.examples.extlibrary.BookOnTape#getBookAuthor <em>Book Author</em>}</li>
+ * <li>{@link org.eclipse.emf.teneo.hibernate.examples.extlibrary.BookOnTape#getReader <em>Reader
+ * </em>}</li>
+ * <li>{@link org.eclipse.emf.teneo.hibernate.examples.extlibrary.BookOnTape#getBookAuthor <em>Book
+ * Author</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.eclipse.emf.teneo.hibernate.examples.extlibrary.ExtlibraryPackage#getBookOnTape()
* @model
* @generated
*/
public interface BookOnTape extends AudioVisualItem {
/**
- * Returns the value of the '<em><b>Reader</b></em>' reference.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Reader</b></em>' reference. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Reader</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Reader</em>' reference isn't clear, there really should be more of a
+ * description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Reader</em>' reference.
* @see #setReader(Person)
* @see org.eclipse.emf.teneo.hibernate.examples.extlibrary.ExtlibraryPackage#getBookOnTape_Reader()
@@ -42,23 +42,25 @@ public interface BookOnTape extends AudioVisualItem {
Person getReader();
/**
- * Sets the value of the '{@link org.eclipse.emf.teneo.hibernate.examples.extlibrary.BookOnTape#getReader <em>Reader</em>}' reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Reader</em>' reference.
+ * Sets the value of the '
+ * {@link org.eclipse.emf.teneo.hibernate.examples.extlibrary.BookOnTape#getReader
+ * <em>Reader</em>}' reference. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Reader</em>' reference.
* @see #getReader()
* @generated
*/
void setReader(Person value);
/**
- * Returns the value of the '<em><b>Book Author</b></em>' reference.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Book Author</b></em>' reference. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Book Author</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Book Author</em>' reference isn't clear, there really should be more
+ * of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Book Author</em>' reference.
* @see #setBookAuthor(Writer)
* @see org.eclipse.emf.teneo.hibernate.examples.extlibrary.ExtlibraryPackage#getBookOnTape_BookAuthor()
@@ -68,10 +70,12 @@ public interface BookOnTape extends AudioVisualItem {
Writer getBookAuthor();
/**
- * Sets the value of the '{@link org.eclipse.emf.teneo.hibernate.examples.extlibrary.BookOnTape#getBookAuthor <em>Book Author</em>}' reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Book Author</em>' reference.
+ * Sets the value of the '
+ * {@link org.eclipse.emf.teneo.hibernate.examples.extlibrary.BookOnTape#getBookAuthor
+ * <em>Book Author</em>}' reference. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Book Author</em>' reference.
* @see #getBookAuthor()
* @generated
*/

Back to the top