Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.samples/src/com/example/car/CarWheel.java')
-rwxr-xr-xtests/org.eclipse.emf.teneo.samples/src/com/example/car/CarWheel.java40
1 files changed, 20 insertions, 20 deletions
diff --git a/tests/org.eclipse.emf.teneo.samples/src/com/example/car/CarWheel.java b/tests/org.eclipse.emf.teneo.samples/src/com/example/car/CarWheel.java
index c5d192de4..03540e456 100755
--- a/tests/org.eclipse.emf.teneo.samples/src/com/example/car/CarWheel.java
+++ b/tests/org.eclipse.emf.teneo.samples/src/com/example/car/CarWheel.java
@@ -11,32 +11,31 @@ import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Wheel</b></em>'.
- * <!-- end-user-doc -->
- *
+ * <!-- begin-user-doc --> A representation of the model object '<em><b>Wheel</b></em>'. <!--
+ * end-user-doc -->
+ *
* <p>
* The following features are supported:
* <ul>
- * <li>{@link com.example.car.CarWheel#getCarTire <em>Car Tire</em>}</li>
- * <li>{@link com.example.car.CarWheel#getName <em>Name</em>}</li>
+ * <li>{@link com.example.car.CarWheel#getCarTire <em>Car Tire</em>}</li>
+ * <li>{@link com.example.car.CarWheel#getName <em>Name</em>}</li>
* </ul>
* </p>
- *
+ *
* @see com.example.car.CarPackage#getCarWheel()
* @model extendedMetaData="name='CarWheel' kind='elementOnly'"
* @generated
*/
public interface CarWheel extends EObject {
/**
- * Returns the value of the '<em><b>Car Tire</b></em>' containment reference list.
- * The list contents are of type {@link com.example.car.CarTire}.
- * <!-- begin-user-doc -->
+ * Returns the value of the '<em><b>Car Tire</b></em>' containment reference list. The list
+ * contents are of type {@link com.example.car.CarTire}. <!-- begin-user-doc -->
* <p>
- * If the meaning of the '<em>Car Tire</em>' containment reference list isn't clear,
- * there really should be more of a description here...
+ * If the meaning of the '<em>Car Tire</em>' containment reference list isn't clear, there really
+ * should be more of a description here...
* </p>
* <!-- end-user-doc -->
+ *
* @return the value of the '<em>Car Tire</em>' containment reference list.
* @see com.example.car.CarPackage#getCarWheel_CarTire()
* @model containment="true"
@@ -46,13 +45,13 @@ public interface CarWheel extends EObject {
EList<CarTire> getCarTire();
/**
- * 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 com.example.car.CarPackage#getCarWheel_Name()
@@ -63,10 +62,11 @@ public interface CarWheel extends EObject {
String getName();
/**
- * Sets the value of the '{@link com.example.car.CarWheel#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 com.example.car.CarWheel#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
*/

Back to the top