Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.samples/src/org/example/mindmap/Topic.java')
-rwxr-xr-xtests/org.eclipse.emf.teneo.samples/src/org/example/mindmap/Topic.java209
1 files changed, 107 insertions, 102 deletions
diff --git a/tests/org.eclipse.emf.teneo.samples/src/org/example/mindmap/Topic.java b/tests/org.eclipse.emf.teneo.samples/src/org/example/mindmap/Topic.java
index 84fc0984f..ddad3c7e4 100755
--- a/tests/org.eclipse.emf.teneo.samples/src/org/example/mindmap/Topic.java
+++ b/tests/org.eclipse.emf.teneo.samples/src/org/example/mindmap/Topic.java
@@ -11,39 +11,38 @@ import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Topic</b></em>'.
- * <!-- end-user-doc -->
- *
+ * <!-- begin-user-doc --> A representation of the model object '<em><b>Topic</b></em>'. <!--
+ * end-user-doc -->
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link org.example.mindmap.Topic#getComments <em>Comments</em>}</li>
- * <li>{@link org.example.mindmap.Topic#getDuration <em>Duration</em>}</li>
- * <li>{@link org.example.mindmap.Topic#getEndDate <em>End Date</em>}</li>
- * <li>{@link org.example.mindmap.Topic#getName <em>Name</em>}</li>
- * <li>{@link org.example.mindmap.Topic#getPercentComplete <em>Percent Complete</em>}</li>
- * <li>{@link org.example.mindmap.Topic#getPriority <em>Priority</em>}</li>
- * <li>{@link org.example.mindmap.Topic#getResources <em>Resources</em>}</li>
- * <li>{@link org.example.mindmap.Topic#getStartDate <em>Start Date</em>}</li>
- * <li>{@link org.example.mindmap.Topic#getSubtopics <em>Subtopics</em>}</li>
+ * <li>{@link org.example.mindmap.Topic#getComments <em>Comments</em>}</li>
+ * <li>{@link org.example.mindmap.Topic#getDuration <em>Duration</em>}</li>
+ * <li>{@link org.example.mindmap.Topic#getEndDate <em>End Date</em>}</li>
+ * <li>{@link org.example.mindmap.Topic#getName <em>Name</em>}</li>
+ * <li>{@link org.example.mindmap.Topic#getPercentComplete <em>Percent Complete</em>}</li>
+ * <li>{@link org.example.mindmap.Topic#getPriority <em>Priority</em>}</li>
+ * <li>{@link org.example.mindmap.Topic#getResources <em>Resources</em>}</li>
+ * <li>{@link org.example.mindmap.Topic#getStartDate <em>Start Date</em>}</li>
+ * <li>{@link org.example.mindmap.Topic#getSubtopics <em>Subtopics</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.example.mindmap.MindmapPackage#getTopic()
* @model extendedMetaData="name='Topic' kind='elementOnly'"
* @generated
*/
public interface Topic extends EObject {
/**
- * Returns the value of the '<em><b>Comments</b></em>' containment reference list.
- * The list contents are of type {@link org.example.mindmap.Thread}.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Comments</b></em>' containment reference list. The list
+ * contents are of type {@link org.example.mindmap.Thread}. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Comments</em>' containment reference list isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Comments</em>' containment reference list isn't clear, there really
+ * should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Comments</em>' containment reference list.
* @see org.example.mindmap.MindmapPackage#getTopic_Comments()
* @model type="org.example.mindmap.Thread" containment="true"
@@ -53,30 +52,32 @@ public interface Topic extends EObject {
EList getComments();
/**
- * Returns the value of the '<em><b>Duration</b></em>' attribute.
- * The default value is <code>"0"</code>.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Duration</b></em>' attribute. The default value is
+ * <code>"0"</code>. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Duration</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Duration</em>' attribute isn't clear, there really should be more of
+ * a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Duration</em>' attribute.
* @see #isSetDuration()
* @see #unsetDuration()
* @see #setDuration(float)
* @see org.example.mindmap.MindmapPackage#getTopic_Duration()
- * @model default="0" unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Float"
+ * @model default="0" unique="false" unsettable="true"
+ * dataType="org.eclipse.emf.ecore.xml.type.Float"
* extendedMetaData="kind='attribute' name='duration'"
* @generated
*/
float getDuration();
/**
- * Sets the value of the '{@link org.example.mindmap.Topic#getDuration <em>Duration</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Duration</em>' attribute.
+ * Sets the value of the '{@link org.example.mindmap.Topic#getDuration <em>Duration</em>}'
+ * attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Duration</em>' attribute.
* @see #isSetDuration()
* @see #unsetDuration()
* @see #getDuration()
@@ -85,9 +86,9 @@ public interface Topic extends EObject {
void setDuration(float value);
/**
- * Unsets the value of the '{@link org.example.mindmap.Topic#getDuration <em>Duration</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * Unsets the value of the '{@link org.example.mindmap.Topic#getDuration <em>Duration</em>}'
+ * attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @see #isSetDuration()
* @see #getDuration()
* @see #setDuration(float)
@@ -96,9 +97,9 @@ public interface Topic extends EObject {
void unsetDuration();
/**
- * Returns whether the value of the '{@link org.example.mindmap.Topic#getDuration <em>Duration</em>}' attribute is set.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * Returns whether the value of the '{@link org.example.mindmap.Topic#getDuration
+ * <em>Duration</em>}' attribute is set. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @return whether the value of the '<em>Duration</em>' attribute is set.
* @see #unsetDuration()
* @see #getDuration()
@@ -108,13 +109,13 @@ public interface Topic extends EObject {
boolean isSetDuration();
/**
- * Returns the value of the '<em><b>End Date</b></em>' attribute.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>End Date</b></em>' attribute. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>End Date</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>End 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>End Date</em>' attribute.
* @see #setEndDate(Object)
* @see org.example.mindmap.MindmapPackage#getTopic_EndDate()
@@ -125,23 +126,24 @@ public interface Topic extends EObject {
Object getEndDate();
/**
- * Sets the value of the '{@link org.example.mindmap.Topic#getEndDate <em>End Date</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>End Date</em>' attribute.
+ * Sets the value of the '{@link org.example.mindmap.Topic#getEndDate <em>End Date</em>}'
+ * attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>End Date</em>' attribute.
* @see #getEndDate()
* @generated
*/
void setEndDate(Object value);
/**
- * Returns the value of the '<em><b>Name</b></em>' attribute.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Name</b></em>' attribute. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Name</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Name</em>' attribute isn't clear, there really should be more of a
+ * description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Name</em>' attribute.
* @see #setName(String)
* @see org.example.mindmap.MindmapPackage#getTopic_Name()
@@ -152,23 +154,24 @@ public interface Topic extends EObject {
String getName();
/**
- * Sets the value of the '{@link org.example.mindmap.Topic#getName <em>Name</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Name</em>' attribute.
+ * Sets the value of the '{@link org.example.mindmap.Topic#getName <em>Name</em>}' attribute. <!--
+ * begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Name</em>' attribute.
* @see #getName()
* @generated
*/
void setName(String value);
/**
- * Returns the value of the '<em><b>Percent Complete</b></em>' attribute.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Percent Complete</b></em>' attribute. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Percent Complete</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Percent Complete</em>' attribute isn't clear, there really should be
+ * more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Percent Complete</em>' attribute.
* @see #isSetPercentComplete()
* @see #unsetPercentComplete()
@@ -181,10 +184,11 @@ public interface Topic extends EObject {
float getPercentComplete();
/**
- * Sets the value of the '{@link org.example.mindmap.Topic#getPercentComplete <em>Percent Complete</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Percent Complete</em>' attribute.
+ * Sets the value of the '{@link org.example.mindmap.Topic#getPercentComplete
+ * <em>Percent Complete</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Percent Complete</em>' attribute.
* @see #isSetPercentComplete()
* @see #unsetPercentComplete()
* @see #getPercentComplete()
@@ -193,9 +197,9 @@ public interface Topic extends EObject {
void setPercentComplete(float value);
/**
- * Unsets the value of the '{@link org.example.mindmap.Topic#getPercentComplete <em>Percent Complete</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * Unsets the value of the '{@link org.example.mindmap.Topic#getPercentComplete
+ * <em>Percent Complete</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @see #isSetPercentComplete()
* @see #getPercentComplete()
* @see #setPercentComplete(float)
@@ -204,9 +208,9 @@ public interface Topic extends EObject {
void unsetPercentComplete();
/**
- * Returns whether the value of the '{@link org.example.mindmap.Topic#getPercentComplete <em>Percent Complete</em>}' attribute is set.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * Returns whether the value of the '{@link org.example.mindmap.Topic#getPercentComplete
+ * <em>Percent Complete</em>}' attribute is set. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @return whether the value of the '<em>Percent Complete</em>' attribute is set.
* @see #unsetPercentComplete()
* @see #getPercentComplete()
@@ -216,15 +220,15 @@ public interface Topic extends EObject {
boolean isSetPercentComplete();
/**
- * Returns the value of the '<em><b>Priority</b></em>' attribute.
- * The default value is <code>"ZERO"</code>.
- * The literals are from the enumeration {@link org.example.mindmap.Priority}.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Priority</b></em>' attribute. The default value is
+ * <code>"ZERO"</code>. The literals are from the enumeration {@link org.example.mindmap.Priority}
+ * . <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Priority</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Priority</em>' attribute isn't clear, there really should be more of
+ * a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Priority</em>' attribute.
* @see org.example.mindmap.Priority
* @see #isSetPriority()
@@ -238,10 +242,11 @@ public interface Topic extends EObject {
Priority getPriority();
/**
- * Sets the value of the '{@link org.example.mindmap.Topic#getPriority <em>Priority</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Priority</em>' attribute.
+ * Sets the value of the '{@link org.example.mindmap.Topic#getPriority <em>Priority</em>}'
+ * attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Priority</em>' attribute.
* @see org.example.mindmap.Priority
* @see #isSetPriority()
* @see #unsetPriority()
@@ -251,9 +256,9 @@ public interface Topic extends EObject {
void setPriority(Priority value);
/**
- * Unsets the value of the '{@link org.example.mindmap.Topic#getPriority <em>Priority</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * Unsets the value of the '{@link org.example.mindmap.Topic#getPriority <em>Priority</em>}'
+ * attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @see #isSetPriority()
* @see #getPriority()
* @see #setPriority(Priority)
@@ -262,9 +267,9 @@ public interface Topic extends EObject {
void unsetPriority();
/**
- * Returns whether the value of the '{@link org.example.mindmap.Topic#getPriority <em>Priority</em>}' attribute is set.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * Returns whether the value of the '{@link org.example.mindmap.Topic#getPriority
+ * <em>Priority</em>}' attribute is set. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @return whether the value of the '<em>Priority</em>' attribute is set.
* @see #unsetPriority()
* @see #getPriority()
@@ -274,15 +279,15 @@ public interface Topic extends EObject {
boolean isSetPriority();
/**
- * Returns the value of the '<em><b>Resources</b></em>' reference list.
- * The list contents are of type {@link org.example.mindmap.Resource}.
- * It is bidirectional and its opposite is '{@link org.example.mindmap.Resource#getTopics <em>Topics</em>}'.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Resources</b></em>' reference list. The list contents are of
+ * type {@link org.example.mindmap.Resource}. It is bidirectional and its opposite is '
+ * {@link org.example.mindmap.Resource#getTopics <em>Topics</em>}'. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Resources</em>' reference list isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Resources</em>' reference list isn't clear, there really should be
+ * more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Resources</em>' reference list.
* @see org.example.mindmap.MindmapPackage#getTopic_Resources()
* @see org.example.mindmap.Resource#getTopics
@@ -293,13 +298,13 @@ public interface Topic extends EObject {
EList getResources();
/**
- * Returns the value of the '<em><b>Start Date</b></em>' attribute.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Start Date</b></em>' attribute. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Start Date</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Start 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>Start Date</em>' attribute.
* @see #setStartDate(Object)
* @see org.example.mindmap.MindmapPackage#getTopic_StartDate()
@@ -310,28 +315,28 @@ public interface Topic extends EObject {
Object getStartDate();
/**
- * Sets the value of the '{@link org.example.mindmap.Topic#getStartDate <em>Start Date</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Start Date</em>' attribute.
+ * Sets the value of the '{@link org.example.mindmap.Topic#getStartDate <em>Start Date</em>}'
+ * attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Start Date</em>' attribute.
* @see #getStartDate()
* @generated
*/
void setStartDate(Object value);
/**
- * Returns the value of the '<em><b>Subtopics</b></em>' reference list.
- * The list contents are of type {@link org.example.mindmap.Topic}.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Subtopics</b></em>' reference list. The list contents are of
+ * type {@link org.example.mindmap.Topic}. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Subtopics</em>' reference list isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Subtopics</em>' reference list isn't clear, there really should be
+ * more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Subtopics</em>' reference list.
* @see org.example.mindmap.MindmapPackage#getTopic_Subtopics()
- * @model type="org.example.mindmap.Topic"
- * extendedMetaData="kind='attribute' name='subtopics'"
+ * @model type="org.example.mindmap.Topic" extendedMetaData="kind='attribute' name='subtopics'"
* @generated
*/
EList getSubtopics();

Back to the top