Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.samples/src/lobj/PresentationBlock.java')
-rw-r--r--tests/org.eclipse.emf.teneo.samples/src/lobj/PresentationBlock.java103
1 files changed, 52 insertions, 51 deletions
diff --git a/tests/org.eclipse.emf.teneo.samples/src/lobj/PresentationBlock.java b/tests/org.eclipse.emf.teneo.samples/src/lobj/PresentationBlock.java
index 816b2eb6d..122903475 100644
--- a/tests/org.eclipse.emf.teneo.samples/src/lobj/PresentationBlock.java
+++ b/tests/org.eclipse.emf.teneo.samples/src/lobj/PresentationBlock.java
@@ -9,49 +9,48 @@ package lobj;
import org.eclipse.emf.ecore.EObject;
/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Presentation Block</b></em>'.
- * <!-- end-user-doc -->
- *
+ * <!-- begin-user-doc --> A representation of the model object '<em><b>Presentation Block</b></em>
+ * '. <!-- end-user-doc -->
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link lobj.PresentationBlock#getLod <em>Lod</em>}</li>
- * <li>{@link lobj.PresentationBlock#getRendering <em>Rendering</em>}</li>
- * <li>{@link lobj.PresentationBlock#getBlock <em>Block</em>}</li>
- * <li>{@link lobj.PresentationBlock#getId <em>Id</em>}</li>
+ * <li>{@link lobj.PresentationBlock#getLod <em>Lod</em>}</li>
+ * <li>{@link lobj.PresentationBlock#getRendering <em>Rendering</em>}</li>
+ * <li>{@link lobj.PresentationBlock#getBlock <em>Block</em>}</li>
+ * <li>{@link lobj.PresentationBlock#getId <em>Id</em>}</li>
* </ul>
* </p>
- *
+ *
* @see lobj.LobjPackage#getPresentationBlock()
* @model extendedMetaData="kind='elementOnly'"
* @generated
*/
public interface PresentationBlock extends EObject {
/**
- * Returns the value of the '<em><b>Lod</b></em>' attribute.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Lod</b></em>' attribute. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Lod</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Lod</em>' attribute isn't clear, there really should be more of a
+ * description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Lod</em>' attribute.
* @see #isSetLod()
* @see #unsetLod()
* @see #setLod(int)
* @see lobj.LobjPackage#getPresentationBlock_Lod()
- * @model unique="false" unsettable="true"
- * extendedMetaData="kind='element'"
+ * @model unique="false" unsettable="true" extendedMetaData="kind='element'"
* @generated
*/
int getLod();
/**
- * Sets the value of the '{@link lobj.PresentationBlock#getLod <em>Lod</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Lod</em>' attribute.
+ * Sets the value of the '{@link lobj.PresentationBlock#getLod <em>Lod</em>}' attribute. <!--
+ * begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Lod</em>' attribute.
* @see #isSetLod()
* @see #unsetLod()
* @see #getLod()
@@ -60,9 +59,9 @@ public interface PresentationBlock extends EObject {
void setLod(int value);
/**
- * Unsets the value of the '{@link lobj.PresentationBlock#getLod <em>Lod</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * Unsets the value of the '{@link lobj.PresentationBlock#getLod <em>Lod</em>}' attribute. <!--
+ * begin-user-doc --> <!-- end-user-doc -->
+ *
* @see #isSetLod()
* @see #getLod()
* @see #setLod(int)
@@ -71,9 +70,9 @@ public interface PresentationBlock extends EObject {
void unsetLod();
/**
- * Returns whether the value of the '{@link lobj.PresentationBlock#getLod <em>Lod</em>}' attribute is set.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * Returns whether the value of the '{@link lobj.PresentationBlock#getLod <em>Lod</em>}' attribute
+ * is set. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @return whether the value of the '<em>Lod</em>' attribute is set.
* @see #unsetLod()
* @see #getLod()
@@ -83,40 +82,40 @@ public interface PresentationBlock extends EObject {
boolean isSetLod();
/**
- * Returns the value of the '<em><b>Rendering</b></em>' attribute.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Rendering</b></em>' attribute. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Rendering</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Rendering</em>' attribute isn't clear, there really should be more
+ * of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Rendering</em>' attribute.
* @see #setRendering(String)
* @see lobj.LobjPackage#getPresentationBlock_Rendering()
- * @model unique="false"
- * extendedMetaData="kind='element'"
+ * @model unique="false" extendedMetaData="kind='element'"
* @generated
*/
String getRendering();
/**
- * Sets the value of the '{@link lobj.PresentationBlock#getRendering <em>Rendering</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Rendering</em>' attribute.
+ * Sets the value of the '{@link lobj.PresentationBlock#getRendering <em>Rendering</em>}'
+ * attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Rendering</em>' attribute.
* @see #getRendering()
* @generated
*/
void setRendering(String value);
/**
- * Returns the value of the '<em><b>Block</b></em>' reference.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Block</b></em>' reference. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Block</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Block</em>' reference isn't clear, there really should be more of a
+ * description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Block</em>' reference.
* @see #setBlock(Block)
* @see lobj.LobjPackage#getPresentationBlock_Block()
@@ -127,23 +126,24 @@ public interface PresentationBlock extends EObject {
Block getBlock();
/**
- * Sets the value of the '{@link lobj.PresentationBlock#getBlock <em>Block</em>}' reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Block</em>' reference.
+ * Sets the value of the '{@link lobj.PresentationBlock#getBlock <em>Block</em>}' reference. <!--
+ * begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Block</em>' reference.
* @see #getBlock()
* @generated
*/
void setBlock(Block 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#getPresentationBlock_Id()
@@ -154,10 +154,11 @@ public interface PresentationBlock extends EObject {
String getId();
/**
- * Sets the value of the '{@link lobj.PresentationBlock#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.PresentationBlock#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