1 | @Override↵ | | 1 | @Override↵
|
2 | public Collection<? extends EStructuralFeature> getChildrenFeatures(Object object)↵ | | 2 | public Collection<? extends EStructuralFeature> getChildrenFeatures(Object object)↵
|
3 | {↵ | | 3 | {↵
|
4 | if (childrenFeatures == null)↵ | | 4 | if (childrenFeatures == null)↵
|
5 | {↵ | | 5 | {↵
|
6 | super.getChildrenFeatures(object);↵ | | 6 | super.getChildrenFeatures(object);↵
|
7 | childrenFeatures.add(EcorePackage.Literals.ECLASSIFIER__ETYPE_PARAMETERS);↵ | | 7 | childrenFeatures.add(Ecore2XMLPackage.Literals.XML_MAP__ECORE_TO_XML_INFO);↵
|
8 | }↵ | | 8 | }↵
|
9 | return childrenFeatures;↵ | | 9 | return childrenFeatures;↵
|
10 | }↵ | | 10 | }↵
|
|
11 | /**↵ | | 11 | /**↵
|
12 | * <!-- begin-user-doc -->↵ | | 12 | * <!-- begin-user-doc -->↵
|
13 | * <!-- end-user-doc -->↵ | | 13 | * <!-- end-user-doc -->↵
|
14 | * @generated↵ | | 14 | * @generated↵
|
15 | */↵ | | 15 | */↵
|
16 | @Override↵ | | 16 | @Override↵
|
17 | protected EStructuralFeature getChildFeature(Object object, Object child)↵ | | 17 | protected EStructuralFeature getChildFeature(Object object, Object child)↵
|
18 | {↵ | | 18 | {↵
|
19 | // Check the type of the specified child object and return the proper feature to use for↵ | | 19 | // Check the type of the specified child object and return the proper feature to use for↵
|
20 | // adding (see {@link AddCommand}) it as a child.↵ | | 20 | // adding (see {@link AddCommand}) it as a child.↵
|
|
21 | return super.getChildFeature(object, child); | | 21 | return super.getChildFeature(object, child);
|