Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.samples/src/org/example/mindmap/ThreadItem.java')
-rwxr-xr-xtests/org.eclipse.emf.teneo.samples/src/org/example/mindmap/ThreadItem.java64
1 files changed, 33 insertions, 31 deletions
diff --git a/tests/org.eclipse.emf.teneo.samples/src/org/example/mindmap/ThreadItem.java b/tests/org.eclipse.emf.teneo.samples/src/org/example/mindmap/ThreadItem.java
index 98da438f9..677b19a7d 100755
--- a/tests/org.eclipse.emf.teneo.samples/src/org/example/mindmap/ThreadItem.java
+++ b/tests/org.eclipse.emf.teneo.samples/src/org/example/mindmap/ThreadItem.java
@@ -9,32 +9,31 @@ package org.example.mindmap;
import org.eclipse.emf.ecore.EObject;
/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Thread Item</b></em>'.
- * <!-- end-user-doc -->
- *
+ * <!-- begin-user-doc --> A representation of the model object '<em><b>Thread Item</b></em>'. <!--
+ * end-user-doc -->
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.example.mindmap.ThreadItem#getAuthor <em>Author</em>}</li>
- * <li>{@link org.example.mindmap.ThreadItem#getBody <em>Body</em>}</li>
- * <li>{@link org.example.mindmap.ThreadItem#getItemPostDate <em>Item Post Date</em>}</li>
+ * <li>{@link org.example.mindmap.ThreadItem#getAuthor <em>Author</em>}</li>
+ * <li>{@link org.example.mindmap.ThreadItem#getBody <em>Body</em>}</li>
+ * <li>{@link org.example.mindmap.ThreadItem#getItemPostDate <em>Item Post Date</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.example.mindmap.MindmapPackage#getThreadItem()
* @model extendedMetaData="name='ThreadItem' kind='empty'"
* @generated
*/
public interface ThreadItem extends EObject {
/**
- * Returns the value of the '<em><b>Author</b></em>' reference.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Author</b></em>' reference. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Author</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>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>Author</em>' reference.
* @see #setAuthor(Resource)
* @see org.example.mindmap.MindmapPackage#getThreadItem_Author()
@@ -44,23 +43,24 @@ public interface ThreadItem extends EObject {
Resource getAuthor();
/**
- * Sets the value of the '{@link org.example.mindmap.ThreadItem#getAuthor <em>Author</em>}' reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Author</em>' reference.
+ * Sets the value of the '{@link org.example.mindmap.ThreadItem#getAuthor <em>Author</em>}'
+ * reference. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Author</em>' reference.
* @see #getAuthor()
* @generated
*/
void setAuthor(Resource value);
/**
- * Returns the value of the '<em><b>Body</b></em>' attribute.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Body</b></em>' attribute. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Body</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Body</em>' attribute isn't clear, there really should be more of a
+ * description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Body</em>' attribute.
* @see #setBody(String)
* @see org.example.mindmap.MindmapPackage#getThreadItem_Body()
@@ -72,22 +72,23 @@ public interface ThreadItem extends EObject {
/**
* Sets the value of the '{@link org.example.mindmap.ThreadItem#getBody <em>Body</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Body</em>' attribute.
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Body</em>' attribute.
* @see #getBody()
* @generated
*/
void setBody(String value);
/**
- * Returns the value of the '<em><b>Item Post Date</b></em>' attribute.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Item Post Date</b></em>' attribute. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Item Post Date</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Item Post Date</em>' attribute isn't clear, there really should be
+ * more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Item Post Date</em>' attribute.
* @see #setItemPostDate(Object)
* @see org.example.mindmap.MindmapPackage#getThreadItem_ItemPostDate()
@@ -98,10 +99,11 @@ public interface ThreadItem extends EObject {
Object getItemPostDate();
/**
- * Sets the value of the '{@link org.example.mindmap.ThreadItem#getItemPostDate <em>Item Post Date</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Item Post Date</em>' attribute.
+ * Sets the value of the '{@link org.example.mindmap.ThreadItem#getItemPostDate
+ * <em>Item Post Date</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Item Post Date</em>' attribute.
* @see #getItemPostDate()
* @generated
*/

Back to the top