Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.samples/src/fleet/Vin.java')
-rwxr-xr-xtests/org.eclipse.emf.teneo.samples/src/fleet/Vin.java64
1 files changed, 33 insertions, 31 deletions
diff --git a/tests/org.eclipse.emf.teneo.samples/src/fleet/Vin.java b/tests/org.eclipse.emf.teneo.samples/src/fleet/Vin.java
index 03128ad74..0de88cf3c 100755
--- a/tests/org.eclipse.emf.teneo.samples/src/fleet/Vin.java
+++ b/tests/org.eclipse.emf.teneo.samples/src/fleet/Vin.java
@@ -11,32 +11,31 @@ import java.util.Date;
import org.eclipse.emf.ecore.EObject;
/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Vin</b></em>'.
- * <!-- end-user-doc -->
- *
+ * <!-- begin-user-doc --> A representation of the model object '<em><b>Vin</b></em>'. <!--
+ * end-user-doc -->
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link fleet.Vin#getId <em>Id</em>}</li>
- * <li>{@link fleet.Vin#getInstallationDate <em>Installation Date</em>}</li>
- * <li>{@link fleet.Vin#getVehicle <em>Vehicle</em>}</li>
+ * <li>{@link fleet.Vin#getId <em>Id</em>}</li>
+ * <li>{@link fleet.Vin#getInstallationDate <em>Installation Date</em>}</li>
+ * <li>{@link fleet.Vin#getVehicle <em>Vehicle</em>}</li>
* </ul>
* </p>
- *
+ *
* @see fleet.FleetPackage#getVin()
* @model
* @generated
*/
public interface Vin 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#getVin_Id()
@@ -46,23 +45,24 @@ public interface Vin extends EObject {
String getId();
/**
- * Sets the value of the '{@link fleet.Vin#getId <em>Id</em>}' attribute.
- * <!-- begin-user-doc -->
+ * Sets the value of the '{@link fleet.Vin#getId <em>Id</em>}' attribute. <!-- begin-user-doc -->
* <!-- end-user-doc -->
- * @param value the new value of the '<em>Id</em>' attribute.
+ *
+ * @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>Installation Date</b></em>' attribute.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Installation Date</b></em>' attribute. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Installation Date</em>' attribute isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Installation 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>Installation Date</em>' attribute.
* @see #setInstallationDate(Date)
* @see fleet.FleetPackage#getVin_InstallationDate()
@@ -72,23 +72,24 @@ public interface Vin extends EObject {
Date getInstallationDate();
/**
- * Sets the value of the '{@link fleet.Vin#getInstallationDate <em>Installation Date</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Installation Date</em>' attribute.
+ * Sets the value of the '{@link fleet.Vin#getInstallationDate <em>Installation Date</em>}'
+ * attribute. <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Installation Date</em>' attribute.
* @see #getInstallationDate()
* @generated
*/
void setInstallationDate(Date value);
/**
- * Returns the value of the '<em><b>Vehicle</b></em>' reference.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Vehicle</b></em>' reference. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Vehicle</em>' reference isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Vehicle</em>' reference isn't clear, there really should be more of
+ * a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Vehicle</em>' reference.
* @see #setVehicle(Vehicle)
* @see fleet.FleetPackage#getVin_Vehicle()
@@ -98,10 +99,11 @@ public interface Vin extends EObject {
Vehicle getVehicle();
/**
- * Sets the value of the '{@link fleet.Vin#getVehicle <em>Vehicle</em>}' reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Vehicle</em>' reference.
+ * Sets the value of the '{@link fleet.Vin#getVehicle <em>Vehicle</em>}' reference. <!--
+ * begin-user-doc --> <!-- end-user-doc -->
+ *
+ * @param value
+ * the new value of the '<em>Vehicle</em>' reference.
* @see #getVehicle()
* @generated
*/

Back to the top