Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.samples/src/testinheritance/impl/SomeBaseClassImpl.java')
-rwxr-xr-xtests/org.eclipse.emf.teneo.samples/src/testinheritance/impl/SomeBaseClassImpl.java80
1 files changed, 41 insertions, 39 deletions
diff --git a/tests/org.eclipse.emf.teneo.samples/src/testinheritance/impl/SomeBaseClassImpl.java b/tests/org.eclipse.emf.teneo.samples/src/testinheritance/impl/SomeBaseClassImpl.java
index eddc63ba7..3d6d904f3 100755
--- a/tests/org.eclipse.emf.teneo.samples/src/testinheritance/impl/SomeBaseClassImpl.java
+++ b/tests/org.eclipse.emf.teneo.samples/src/testinheritance/impl/SomeBaseClassImpl.java
@@ -17,23 +17,22 @@ import testinheritance.SomeBaseClass;
import testinheritance.TestinheritancePackage;
/**
- * <!-- begin-user-doc -->
- * An implementation of the model object '<em><b>Some Base Class</b></em>'.
+ * <!-- begin-user-doc --> An implementation of the model object '<em><b>Some Base Class</b></em>'.
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* <ul>
- * <li>{@link testinheritance.impl.SomeBaseClassImpl#getAnotherProperty <em>Another Property</em>}</li>
+ * <li>{@link testinheritance.impl.SomeBaseClassImpl#getAnotherProperty <em>Another Property</em>}</li>
* </ul>
* </p>
- *
+ *
* @generated
*/
public class SomeBaseClassImpl extends EObjectImpl implements SomeBaseClass {
/**
* The default value of the '{@link #getAnotherProperty() <em>Another Property</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @see #getAnotherProperty()
* @generated
* @ordered
@@ -42,8 +41,8 @@ public class SomeBaseClassImpl extends EObjectImpl implements SomeBaseClass {
/**
* The cached value of the '{@link #getAnotherProperty() <em>Another Property</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @see #getAnotherProperty()
* @generated
* @ordered
@@ -51,8 +50,8 @@ public class SomeBaseClassImpl extends EObjectImpl implements SomeBaseClass {
protected long anotherProperty = ANOTHER_PROPERTY_EDEFAULT;
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
protected SomeBaseClassImpl() {
@@ -60,8 +59,8 @@ public class SomeBaseClassImpl extends EObjectImpl implements SomeBaseClass {
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
@@ -70,8 +69,8 @@ public class SomeBaseClassImpl extends EObjectImpl implements SomeBaseClass {
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public long getAnotherProperty() {
@@ -79,83 +78,86 @@ public class SomeBaseClassImpl extends EObjectImpl implements SomeBaseClass {
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
public void setAnotherProperty(long newAnotherProperty) {
long oldAnotherProperty = anotherProperty;
anotherProperty = newAnotherProperty;
if (eNotificationRequired())
- eNotify(new ENotificationImpl(this, Notification.SET, TestinheritancePackage.SOME_BASE_CLASS__ANOTHER_PROPERTY, oldAnotherProperty, anotherProperty));
+ eNotify(new ENotificationImpl(this, Notification.SET,
+ TestinheritancePackage.SOME_BASE_CLASS__ANOTHER_PROPERTY, oldAnotherProperty,
+ anotherProperty));
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
public Object eGet(int featureID, boolean resolve, boolean coreType) {
switch (featureID) {
- case TestinheritancePackage.SOME_BASE_CLASS__ANOTHER_PROPERTY:
- return new Long(getAnotherProperty());
+ case TestinheritancePackage.SOME_BASE_CLASS__ANOTHER_PROPERTY:
+ return new Long(getAnotherProperty());
}
return super.eGet(featureID, resolve, coreType);
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
public void eSet(int featureID, Object newValue) {
switch (featureID) {
- case TestinheritancePackage.SOME_BASE_CLASS__ANOTHER_PROPERTY:
- setAnotherProperty(((Long)newValue).longValue());
- return;
+ case TestinheritancePackage.SOME_BASE_CLASS__ANOTHER_PROPERTY:
+ setAnotherProperty(((Long) newValue).longValue());
+ return;
}
super.eSet(featureID, newValue);
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
public void eUnset(int featureID) {
switch (featureID) {
- case TestinheritancePackage.SOME_BASE_CLASS__ANOTHER_PROPERTY:
- setAnotherProperty(ANOTHER_PROPERTY_EDEFAULT);
- return;
+ case TestinheritancePackage.SOME_BASE_CLASS__ANOTHER_PROPERTY:
+ setAnotherProperty(ANOTHER_PROPERTY_EDEFAULT);
+ return;
}
super.eUnset(featureID);
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
public boolean eIsSet(int featureID) {
switch (featureID) {
- case TestinheritancePackage.SOME_BASE_CLASS__ANOTHER_PROPERTY:
- return anotherProperty != ANOTHER_PROPERTY_EDEFAULT;
+ case TestinheritancePackage.SOME_BASE_CLASS__ANOTHER_PROPERTY:
+ return anotherProperty != ANOTHER_PROPERTY_EDEFAULT;
}
return super.eIsSet(featureID);
}
/**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
+ * <!-- begin-user-doc --> <!-- end-user-doc -->
+ *
* @generated
*/
@Override
public String toString() {
- if (eIsProxy()) return super.toString();
+ if (eIsProxy())
+ return super.toString();
StringBuffer result = new StringBuffer(super.toString());
result.append(" (anotherProperty: ");
@@ -164,4 +166,4 @@ public class SomeBaseClassImpl extends EObjectImpl implements SomeBaseClass {
return result.toString();
}
-} //SomeBaseClassImpl
+} // SomeBaseClassImpl

Back to the top