Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.samples/src/fleet/ManufacturingPlant.java')
-rwxr-xr-xtests/org.eclipse.emf.teneo.samples/src/fleet/ManufacturingPlant.java83
1 files changed, 43 insertions, 40 deletions
diff --git a/tests/org.eclipse.emf.teneo.samples/src/fleet/ManufacturingPlant.java b/tests/org.eclipse.emf.teneo.samples/src/fleet/ManufacturingPlant.java
index 8e2305af8..22f34071a 100755
--- a/tests/org.eclipse.emf.teneo.samples/src/fleet/ManufacturingPlant.java
+++ b/tests/org.eclipse.emf.teneo.samples/src/fleet/ManufacturingPlant.java
@@ -9,33 +9,32 @@ package fleet;
import org.eclipse.emf.ecore.EObject;
/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Manufacturing Plant</b></em>'.
- * <!-- end-user-doc -->
- *
+ * <!-- begin-user-doc --> A representation of the model object '<em><b>Manufacturing Plant</b></em>
+ * '. <!-- end-user-doc -->
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link fleet.ManufacturingPlant#getId <em>Id</em>}</li>
- * <li>{@link fleet.ManufacturingPlant#getName <em>Name</em>}</li>
- * <li>{@link fleet.ManufacturingPlant#getAddress <em>Address</em>}</li>
- * <li>{@link fleet.ManufacturingPlant#getTransportFleet <em>Transport Fleet</em>}</li>
+ * <li>{@link fleet.ManufacturingPlant#getId <em>Id</em>}</li>
+ * <li>{@link fleet.ManufacturingPlant#getName <em>Name</em>}</li>
+ * <li>{@link fleet.ManufacturingPlant#getAddress <em>Address</em>}</li>
+ * <li>{@link fleet.ManufacturingPlant#getTransportFleet <em>Transport Fleet</em>}</li>
* </ul>
* </p>
- *
+ *
* @see fleet.FleetPackage#getManufacturingPlant()
* @model
* @generated
*/
public interface ManufacturingPlant extends EObject {
/**
- * 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 fleet.FleetPackage#getManufacturingPlant_Id()
@@ -45,23 +44,24 @@ public interface ManufacturingPlant extends EObject {
String getId();
/**
- * Sets the value of the '{@link fleet.ManufacturingPlant#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 fleet.ManufacturingPlant#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
*/
void setId(String 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 fleet.FleetPackage#getManufacturingPlant_Name()
@@ -71,23 +71,24 @@ public interface ManufacturingPlant extends EObject {
String getName();
/**
- * Sets the value of the '{@link fleet.ManufacturingPlant#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 fleet.ManufacturingPlant#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>Address</b></em>' reference.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Address</b></em>' reference. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Address</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Address</em>' reference isn't clear, there really should be more of
+ * a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Address</em>' reference.
* @see #setAddress(Address)
* @see fleet.FleetPackage#getManufacturingPlant_Address()
@@ -98,22 +99,23 @@ public interface ManufacturingPlant extends EObject {
/**
* Sets the value of the '{@link fleet.ManufacturingPlant#getAddress <em>Address</em>}' reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Address</em>' reference.
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Address</em>' reference.
* @see #getAddress()
* @generated
*/
void setAddress(Address value);
/**
- * Returns the value of the '<em><b>Transport Fleet</b></em>' reference.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Transport Fleet</b></em>' reference. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Transport Fleet</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Transport Fleet</em>' reference isn't clear, there really should be
+ * more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Transport Fleet</em>' reference.
* @see #setTransportFleet(Fleet)
* @see fleet.FleetPackage#getManufacturingPlant_TransportFleet()
@@ -123,10 +125,11 @@ public interface ManufacturingPlant extends EObject {
Fleet getTransportFleet();
/**
- * Sets the value of the '{@link fleet.ManufacturingPlant#getTransportFleet <em>Transport Fleet</em>}' reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Transport Fleet</em>' reference.
+ * Sets the value of the '{@link fleet.ManufacturingPlant#getTransportFleet
+ * <em>Transport Fleet</em>}' reference. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Transport Fleet</em>' reference.
* @see #getTransportFleet()
* @generated
*/

Back to the top