Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.samples/src/lobj/Domain.java')
-rw-r--r--tests/org.eclipse.emf.teneo.samples/src/lobj/Domain.java128
1 files changed, 64 insertions, 64 deletions
diff --git a/tests/org.eclipse.emf.teneo.samples/src/lobj/Domain.java b/tests/org.eclipse.emf.teneo.samples/src/lobj/Domain.java
index cfd64171b..1bde44399 100644
--- a/tests/org.eclipse.emf.teneo.samples/src/lobj/Domain.java
+++ b/tests/org.eclipse.emf.teneo.samples/src/lobj/Domain.java
@@ -13,91 +13,90 @@ import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Domain</b></em>'.
- * <!-- end-user-doc -->
- *
+ * <!-- begin-user-doc --> A representation of the model object '<em><b>Domain</b></em>'. <!--
+ * end-user-doc -->
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link lobj.Domain#getName <em>Name</em>}</li>
- * <li>{@link lobj.Domain#getDescription <em>Description</em>}</li>
- * <li>{@link lobj.Domain#getBlocktypes <em>Blocktypes</em>}</li>
- * <li>{@link lobj.Domain#getCreationDate <em>Creation Date</em>}</li>
- * <li>{@link lobj.Domain#getServerURL <em>Server URL</em>}</li>
- * <li>{@link lobj.Domain#getId <em>Id</em>}</li>
+ * <li>{@link lobj.Domain#getName <em>Name</em>}</li>
+ * <li>{@link lobj.Domain#getDescription <em>Description</em>}</li>
+ * <li>{@link lobj.Domain#getBlocktypes <em>Blocktypes</em>}</li>
+ * <li>{@link lobj.Domain#getCreationDate <em>Creation Date</em>}</li>
+ * <li>{@link lobj.Domain#getServerURL <em>Server URL</em>}</li>
+ * <li>{@link lobj.Domain#getId <em>Id</em>}</li>
* </ul>
* </p>
- *
+ *
* @see lobj.LobjPackage#getDomain()
* @model extendedMetaData="kind='elementOnly'"
* @generated
*/
public interface Domain extends EObject {
/**
- * 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 lobj.LobjPackage#getDomain_Name()
- * @model unique="false"
- * extendedMetaData="kind='element'"
+ * @model unique="false" extendedMetaData="kind='element'"
* @generated
*/
String getName();
/**
- * Sets the value of the '{@link lobj.Domain#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 lobj.Domain#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>Description</b></em>' attribute.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Description</b></em>' attribute. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Description</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Description</em>' attribute isn't clear, there really should be more
+ * of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Description</em>' attribute.
* @see #setDescription(String)
* @see lobj.LobjPackage#getDomain_Description()
- * @model unique="false"
- * extendedMetaData="kind='element'"
+ * @model unique="false" extendedMetaData="kind='element'"
* @generated
*/
String getDescription();
/**
- * Sets the value of the '{@link lobj.Domain#getDescription <em>Description</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Description</em>' attribute.
+ * Sets the value of the '{@link lobj.Domain#getDescription <em>Description</em>}' attribute. <!--
+ * begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Description</em>' attribute.
* @see #getDescription()
* @generated
*/
void setDescription(String value);
/**
- * Returns the value of the '<em><b>Blocktypes</b></em>' reference list.
- * The list contents are of type {@link lobj.Blocktype}.
- * It is bidirectional and its opposite is '{@link lobj.Blocktype#getDomains <em>Domains</em>}'.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Blocktypes</b></em>' reference list. The list contents are of
+ * type {@link lobj.Blocktype}. It is bidirectional and its opposite is '
+ * {@link lobj.Blocktype#getDomains <em>Domains</em>}'. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Blocktypes</em>' reference list isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Blocktypes</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>Blocktypes</em>' reference list.
* @see lobj.LobjPackage#getDomain_Blocktypes()
* @see lobj.Blocktype#getDomains
@@ -109,67 +108,67 @@ public interface Domain extends EObject {
EList getBlocktypes();
/**
- * 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#getDomain_CreationDate()
- * @model unique="false"
- * extendedMetaData="kind='element' namespace='##targetNamespace'"
+ * @model unique="false" extendedMetaData="kind='element' namespace='##targetNamespace'"
* @generated
*/
Date getCreationDate();
/**
* Sets the value of the '{@link lobj.Domain#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>Server URL</b></em>' attribute.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Server URL</b></em>' attribute. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Server URL</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Server URL</em>' attribute isn't clear, there really should be more
+ * of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Server URL</em>' attribute.
* @see #setServerURL(String)
* @see lobj.LobjPackage#getDomain_ServerURL()
- * @model unique="false"
- * extendedMetaData="kind='element'"
+ * @model unique="false" extendedMetaData="kind='element'"
* @generated
*/
String getServerURL();
/**
- * Sets the value of the '{@link lobj.Domain#getServerURL <em>Server URL</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Server URL</em>' attribute.
+ * Sets the value of the '{@link lobj.Domain#getServerURL <em>Server URL</em>}' attribute. <!--
+ * begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Server URL</em>' attribute.
* @see #getServerURL()
* @generated
*/
void setServerURL(String value);
/**
- * Returns the value of the '<em><b>Id</b></em>' attribute.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Id</b></em>' attribute. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Id</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Id</em>' attribute isn't clear, there really should be more of a
+ * description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Id</em>' attribute.
* @see #setId(String)
* @see lobj.LobjPackage#getDomain_Id()
@@ -180,10 +179,11 @@ public interface Domain extends EObject {
String getId();
/**
- * Sets the value of the '{@link lobj.Domain#getId <em>Id</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Id</em>' attribute.
+ * Sets the value of the '{@link lobj.Domain#getId <em>Id</em>}' attribute. <!-- begin-user-doc
+ * --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Id</em>' attribute.
* @see #getId()
* @generated
*/

Back to the top