Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.qvtd.xtext.qvtimperative.tests/src-gen/manualuml2rdbms/uml2rdbms/impl/AssociationToForeignKeyImpl.java')
-rw-r--r--tests/org.eclipse.qvtd.xtext.qvtimperative.tests/src-gen/manualuml2rdbms/uml2rdbms/impl/AssociationToForeignKeyImpl.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/src-gen/manualuml2rdbms/uml2rdbms/impl/AssociationToForeignKeyImpl.java b/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/src-gen/manualuml2rdbms/uml2rdbms/impl/AssociationToForeignKeyImpl.java
index f17790bee..5aa3cf00c 100644
--- a/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/src-gen/manualuml2rdbms/uml2rdbms/impl/AssociationToForeignKeyImpl.java
+++ b/tests/org.eclipse.qvtd.xtext.qvtimperative.tests/src-gen/manualuml2rdbms/uml2rdbms/impl/AssociationToForeignKeyImpl.java
@@ -122,6 +122,7 @@ public class AssociationToForeignKeyImpl extends ToColumnImpl implements Associa
* <!-- end-user-doc -->
* @generated
*/
+ @Override
public ClassToTable getReferenced() {
if (referenced != null && referenced.eIsProxy()) {
InternalEObject oldReferenced = (InternalEObject)referenced;
@@ -148,6 +149,7 @@ public class AssociationToForeignKeyImpl extends ToColumnImpl implements Associa
* <!-- end-user-doc -->
* @generated
*/
+ @Override
public void setReferenced(ClassToTable newReferenced) {
ClassToTable oldReferenced = referenced;
referenced = newReferenced;
@@ -160,6 +162,7 @@ public class AssociationToForeignKeyImpl extends ToColumnImpl implements Associa
* <!-- end-user-doc -->
* @generated
*/
+ @Override
public ClassToTable getOwner() {
if (eContainerFeatureID() != UML2RDBMSPackage.ASSOCIATION_TO_FOREIGN_KEY__OWNER) return null;
return (ClassToTable)eInternalContainer();
@@ -180,6 +183,7 @@ public class AssociationToForeignKeyImpl extends ToColumnImpl implements Associa
* <!-- end-user-doc -->
* @generated
*/
+ @Override
public void setOwner(ClassToTable newOwner) {
if (newOwner != eInternalContainer() || (eContainerFeatureID() != UML2RDBMSPackage.ASSOCIATION_TO_FOREIGN_KEY__OWNER && newOwner != null)) {
if (EcoreUtil.isAncestor(this, newOwner))
@@ -201,6 +205,7 @@ public class AssociationToForeignKeyImpl extends ToColumnImpl implements Associa
* <!-- end-user-doc -->
* @generated
*/
+ @Override
public String getName() {
return name;
}
@@ -210,6 +215,7 @@ public class AssociationToForeignKeyImpl extends ToColumnImpl implements Associa
* <!-- end-user-doc -->
* @generated
*/
+ @Override
public void setName(String newName) {
String oldName = name;
name = newName;
@@ -222,6 +228,7 @@ public class AssociationToForeignKeyImpl extends ToColumnImpl implements Associa
* <!-- end-user-doc -->
* @generated
*/
+ @Override
public Association getAssociation() {
if (association != null && association.eIsProxy()) {
InternalEObject oldAssociation = (InternalEObject)association;
@@ -248,6 +255,7 @@ public class AssociationToForeignKeyImpl extends ToColumnImpl implements Associa
* <!-- end-user-doc -->
* @generated
*/
+ @Override
public void setAssociation(Association newAssociation) {
Association oldAssociation = association;
association = newAssociation;
@@ -260,6 +268,7 @@ public class AssociationToForeignKeyImpl extends ToColumnImpl implements Associa
* <!-- end-user-doc -->
* @generated
*/
+ @Override
public ForeignKey getForeignKey() {
if (foreignKey != null && foreignKey.eIsProxy()) {
InternalEObject oldForeignKey = (InternalEObject)foreignKey;
@@ -286,6 +295,7 @@ public class AssociationToForeignKeyImpl extends ToColumnImpl implements Associa
* <!-- end-user-doc -->
* @generated
*/
+ @Override
public void setForeignKey(ForeignKey newForeignKey) {
ForeignKey oldForeignKey = foreignKey;
foreignKey = newForeignKey;

Back to the top