aboutsummaryrefslogtreecommitdiffstats
path: root/Domains/Examples/ModelGenExampleFAM_plugin/ecore-gen/functionalarchitecture/impl/FunctionImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'Domains/Examples/ModelGenExampleFAM_plugin/ecore-gen/functionalarchitecture/impl/FunctionImpl.java')
-rw-r--r--Domains/Examples/ModelGenExampleFAM_plugin/ecore-gen/functionalarchitecture/impl/FunctionImpl.java15
1 files changed, 15 insertions, 0 deletions
diff --git a/Domains/Examples/ModelGenExampleFAM_plugin/ecore-gen/functionalarchitecture/impl/FunctionImpl.java b/Domains/Examples/ModelGenExampleFAM_plugin/ecore-gen/functionalarchitecture/impl/FunctionImpl.java
index 46736c8c..2262094e 100644
--- a/Domains/Examples/ModelGenExampleFAM_plugin/ecore-gen/functionalarchitecture/impl/FunctionImpl.java
+++ b/Domains/Examples/ModelGenExampleFAM_plugin/ecore-gen/functionalarchitecture/impl/FunctionImpl.java
@@ -100,6 +100,15 @@ public class FunctionImpl extends FunctionalElementImpl implements Function {
100 * <!-- end-user-doc --> 100 * <!-- end-user-doc -->
101 * @generated 101 * @generated
102 */ 102 */
103 public void setType(FunctionType newType) {
104 TYPE__ESETTING_DELEGATE.dynamicSet(this, null, 0, newType);
105 }
106
107 /**
108 * <!-- begin-user-doc -->
109 * <!-- end-user-doc -->
110 * @generated
111 */
103 @SuppressWarnings("unchecked") 112 @SuppressWarnings("unchecked")
104 @Override 113 @Override
105 public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs) { 114 public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
@@ -153,6 +162,9 @@ public class FunctionImpl extends FunctionalElementImpl implements Function {
153 getSubElements().clear(); 162 getSubElements().clear();
154 getSubElements().addAll((Collection<? extends FunctionalElement>)newValue); 163 getSubElements().addAll((Collection<? extends FunctionalElement>)newValue);
155 return; 164 return;
165 case FunctionalarchitecturePackage.FUNCTION__TYPE:
166 setType((FunctionType)newValue);
167 return;
156 } 168 }
157 super.eSet(featureID, newValue); 169 super.eSet(featureID, newValue);
158 } 170 }
@@ -168,6 +180,9 @@ public class FunctionImpl extends FunctionalElementImpl implements Function {
168 case FunctionalarchitecturePackage.FUNCTION__SUB_ELEMENTS: 180 case FunctionalarchitecturePackage.FUNCTION__SUB_ELEMENTS:
169 getSubElements().clear(); 181 getSubElements().clear();
170 return; 182 return;
183 case FunctionalarchitecturePackage.FUNCTION__TYPE:
184 TYPE__ESETTING_DELEGATE.dynamicUnset(this, null, 0);
185 return;
171 } 186 }
172 super.eUnset(featureID); 187 super.eUnset(featureID);
173 } 188 }