Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.samples/src/fleet/TransportationDevice.java')
-rwxr-xr-xtests/org.eclipse.emf.teneo.samples/src/fleet/TransportationDevice.java45
1 files changed, 23 insertions, 22 deletions
diff --git a/tests/org.eclipse.emf.teneo.samples/src/fleet/TransportationDevice.java b/tests/org.eclipse.emf.teneo.samples/src/fleet/TransportationDevice.java
index 33e63cf61..0eb6ad0e6 100755
--- a/tests/org.eclipse.emf.teneo.samples/src/fleet/TransportationDevice.java
+++ b/tests/org.eclipse.emf.teneo.samples/src/fleet/TransportationDevice.java
@@ -9,31 +9,30 @@ package fleet;
import org.eclipse.emf.ecore.EObject;
/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Transportation Device</b></em>'.
- * <!-- end-user-doc -->
- *
+ * <!-- begin-user-doc --> A representation of the model object '
+ * <em><b>Transportation Device</b></em>'. <!-- end-user-doc -->
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link fleet.TransportationDevice#getManufacturedBy <em>Manufactured By</em>}</li>
- * <li>{@link fleet.TransportationDevice#getYear <em>Year</em>}</li>
+ * <li>{@link fleet.TransportationDevice#getManufacturedBy <em>Manufactured By</em>}</li>
+ * <li>{@link fleet.TransportationDevice#getYear <em>Year</em>}</li>
* </ul>
* </p>
- *
+ *
* @see fleet.FleetPackage#getTransportationDevice()
* @model
* @generated
*/
public interface TransportationDevice extends EObject {
/**
- * Returns the value of the '<em><b>Manufactured By</b></em>' attribute.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Manufactured By</b></em>' attribute. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Manufactured By</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Manufactured By</em>' attribute isn't clear, there really should be
+ * more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Manufactured By</em>' attribute.
* @see #setManufacturedBy(String)
* @see fleet.FleetPackage#getTransportationDevice_ManufacturedBy()
@@ -43,23 +42,24 @@ public interface TransportationDevice extends EObject {
String getManufacturedBy();
/**
- * Sets the value of the '{@link fleet.TransportationDevice#getManufacturedBy <em>Manufactured By</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Manufactured By</em>' attribute.
+ * Sets the value of the '{@link fleet.TransportationDevice#getManufacturedBy
+ * <em>Manufactured By</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Manufactured By</em>' attribute.
* @see #getManufacturedBy()
* @generated
*/
void setManufacturedBy(String value);
/**
- * Returns the value of the '<em><b>Year</b></em>' attribute.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Year</b></em>' attribute. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Year</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Year</em>' attribute isn't clear, there really should be more of a
+ * description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Year</em>' attribute.
* @see #setYear(int)
* @see fleet.FleetPackage#getTransportationDevice_Year()
@@ -70,9 +70,10 @@ public interface TransportationDevice extends EObject {
/**
* Sets the value of the '{@link fleet.TransportationDevice#getYear <em>Year</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Year</em>' attribute.
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Year</em>' attribute.
* @see #getYear()
* @generated
*/

Back to the top