Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.samples/src/lobj/LuMeta.java')
-rw-r--r--tests/org.eclipse.emf.teneo.samples/src/lobj/LuMeta.java114
1 files changed, 58 insertions, 56 deletions
diff --git a/tests/org.eclipse.emf.teneo.samples/src/lobj/LuMeta.java b/tests/org.eclipse.emf.teneo.samples/src/lobj/LuMeta.java
index 1e34257ce..48cb9d275 100644
--- a/tests/org.eclipse.emf.teneo.samples/src/lobj/LuMeta.java
+++ b/tests/org.eclipse.emf.teneo.samples/src/lobj/LuMeta.java
@@ -11,36 +11,35 @@ import java.util.Date;
import org.eclipse.emf.common.util.EList;
/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Lu Meta</b></em>'.
- * <!-- end-user-doc -->
- *
+ * <!-- begin-user-doc --> A representation of the model object '<em><b>Lu Meta</b></em>'. <!--
+ * end-user-doc -->
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link lobj.LuMeta#getDidacMeta <em>Didac Meta</em>}</li>
- * <li>{@link lobj.LuMeta#getCreationDate <em>Creation Date</em>}</li>
- * <li>{@link lobj.LuMeta#getDomain <em>Domain</em>}</li>
- * <li>{@link lobj.LuMeta#getAuthors <em>Authors</em>}</li>
- * <li>{@link lobj.LuMeta#getPublishInfo <em>Publish Info</em>}</li>
- * <li>{@link lobj.LuMeta#getDefLang <em>Def Lang</em>}</li>
+ * <li>{@link lobj.LuMeta#getDidacMeta <em>Didac Meta</em>}</li>
+ * <li>{@link lobj.LuMeta#getCreationDate <em>Creation Date</em>}</li>
+ * <li>{@link lobj.LuMeta#getDomain <em>Domain</em>}</li>
+ * <li>{@link lobj.LuMeta#getAuthors <em>Authors</em>}</li>
+ * <li>{@link lobj.LuMeta#getPublishInfo <em>Publish Info</em>}</li>
+ * <li>{@link lobj.LuMeta#getDefLang <em>Def Lang</em>}</li>
* </ul>
* </p>
- *
+ *
* @see lobj.LobjPackage#getLuMeta()
* @model extendedMetaData="kind='elementOnly'"
* @generated
*/
public interface LuMeta extends LearningObject {
/**
- * Returns the value of the '<em><b>Didac Meta</b></em>' containment reference list.
- * The list contents are of type {@link lobj.DidacMeta}.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Didac Meta</b></em>' containment reference list. The list
+ * contents are of type {@link lobj.DidacMeta}. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Didac Meta</em>' containment reference list isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Didac Meta</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>Didac Meta</em>' containment reference list.
* @see lobj.LobjPackage#getLuMeta_DidacMeta()
* @model type="lobj.DidacMeta" containment="true"
@@ -51,40 +50,40 @@ public interface LuMeta extends LearningObject {
EList getDidacMeta();
/**
- * Returns the value of the '<em><b>Creation Date</b></em>' attribute.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Creation Date</b></em>' attribute. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Creation Date</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Creation 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>Creation Date</em>' attribute.
* @see #setCreationDate(Date)
* @see lobj.LobjPackage#getLuMeta_CreationDate()
- * @model unique="false"
- * extendedMetaData="kind='element'"
+ * @model unique="false" extendedMetaData="kind='element'"
* @generated
*/
Date getCreationDate();
/**
* Sets the value of the '{@link lobj.LuMeta#getCreationDate <em>Creation Date</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Creation Date</em>' attribute.
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Creation Date</em>' attribute.
* @see #getCreationDate()
* @generated
*/
void setCreationDate(Date value);
/**
- * Returns the value of the '<em><b>Domain</b></em>' reference.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Domain</b></em>' reference. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Domain</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Domain</em>' reference isn't clear, there really should be more of a
+ * description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Domain</em>' reference.
* @see #setDomain(Domain)
* @see lobj.LobjPackage#getLuMeta_Domain()
@@ -94,24 +93,25 @@ public interface LuMeta extends LearningObject {
Domain getDomain();
/**
- * Sets the value of the '{@link lobj.LuMeta#getDomain <em>Domain</em>}' reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Domain</em>' reference.
+ * Sets the value of the '{@link lobj.LuMeta#getDomain <em>Domain</em>}' reference. <!--
+ * begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Domain</em>' reference.
* @see #getDomain()
* @generated
*/
void setDomain(Domain value);
/**
- * Returns the value of the '<em><b>Authors</b></em>' containment reference list.
- * The list contents are of type {@link lobj.Author}.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Authors</b></em>' containment reference list. The list
+ * contents are of type {@link lobj.Author}. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Authors</em>' containment reference list isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Authors</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>Authors</em>' containment reference list.
* @see lobj.LobjPackage#getLuMeta_Authors()
* @model type="lobj.Author" containment="true"
@@ -122,40 +122,41 @@ public interface LuMeta extends LearningObject {
EList getAuthors();
/**
- * Returns the value of the '<em><b>Publish Info</b></em>' containment reference.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Publish Info</b></em>' containment reference. <!--
+ * begin-user-doc -->
* <p>
- * If the meaning of the '<em>Publish Info</em>' containment reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Publish Info</em>' containment reference isn't clear, there really
+ * should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Publish Info</em>' containment reference.
* @see #setPublishInfo(PublishInfo)
* @see lobj.LobjPackage#getLuMeta_PublishInfo()
- * @model containment="true"
- * extendedMetaData="kind='element' namespace='##targetNamespace'"
+ * @model containment="true" extendedMetaData="kind='element' namespace='##targetNamespace'"
* @generated
*/
PublishInfo getPublishInfo();
/**
- * Sets the value of the '{@link lobj.LuMeta#getPublishInfo <em>Publish Info</em>}' containment reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Publish Info</em>' containment reference.
+ * Sets the value of the '{@link lobj.LuMeta#getPublishInfo <em>Publish Info</em>}' containment
+ * reference. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Publish Info</em>' containment reference.
* @see #getPublishInfo()
* @generated
*/
void setPublishInfo(PublishInfo value);
/**
- * Returns the value of the '<em><b>Def Lang</b></em>' reference.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Def Lang</b></em>' reference. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Def Lang</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Def Lang</em>' reference isn't clear, there really should be more of
+ * a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Def Lang</em>' reference.
* @see #setDefLang(Language)
* @see lobj.LobjPackage#getLuMeta_DefLang()
@@ -166,10 +167,11 @@ public interface LuMeta extends LearningObject {
Language getDefLang();
/**
- * Sets the value of the '{@link lobj.LuMeta#getDefLang <em>Def Lang</em>}' reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Def Lang</em>' reference.
+ * Sets the value of the '{@link lobj.LuMeta#getDefLang <em>Def Lang</em>}' reference. <!--
+ * begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Def Lang</em>' reference.
* @see #getDefLang()
* @generated
*/

Back to the top