1 | protected Resource.Internal eResource;↵ | | 1 | protected Resource.Internal eResource;↵
|
2 | protected EList<EObject> eContents;↵ | | 2 | protected EList<EObject> eContents;↵
|
3 | protected EList<EObject> eCrossReferences;↵ | | 3 | protected EList<EObject> eCrossReferences;↵
|
|
4 | public EClass getEClass()↵ | | 4 | public EClass getEClass()↵
|
5 | {↵ | | 5 | {↵
|
6 | throw new UnsupportedOperationException();↵ | | 6 | return eClass;↵
|
7 | }↵ | | 7 | }↵
|
| | | 8 | ↵
|
8 | public void setEClass(EClass eClass)↵ | | 9 | public void setEClass(EClass eClass)↵
|
9 | {↵ | | 10 | {↵
|
10 | throw new UnsupportedOperationException();↵ | | 11 | this.eClass = eClass;↵
|
11 | }↵ | | 12 | }↵
|
|
12 | public URI getEProxyURI()↵ | | 13 | public URI getEProxyURI()↵
|
13 | {↵ | | 14 | {↵
|
14 | return eProxyURI;↵ | | 15 | return eProxyURI;↵
|
15 | }↵ | | 16 | }↵
|
|
16 | public void setEProxyURI(URI eProxyURI)↵ | | 17 | public void setEProxyURI(URI eProxyURI)↵
|
17 | {↵ | | 18 | {↵
|
18 | this.eProxyURI = eProxyURI;↵ | | 19 | this.eProxyURI = eProxyURI;↵
|
19 | }↵ | | 20 | }↵
|
|
20 | public Resource.Internal getEResource()↵ | | 21 | public Resource.Internal getEResource()↵
|
21 | {↵ | | 22 | {↵
|
22 | return eResource;↵ | | 23 | return eResource;↵
|
23 | }↵ | | 24 | }↵
|
|
24 | public void setEResource(Resource.Internal eResource)↵ | | 25 | public void setEResource(Resource.Internal eResource)↵
|
25 | {↵ | | 26 | {↵
|
26 | this.eResource = eResource;↵ | | 27 | this.eResource = eResource;↵
|
27 | }↵ | | 28 | }↵
|
|
28 | public EList<EObject> getEContents()↵ | | 29 | public EList<EObject> getEContents()↵
|
29 | {↵ | | 30 | {↵
|
30 | return eContents;↵ | | 31 | return eContents;↵
|
31 | }↵ | | 32 | }↵
|
|
32 | public void setEContents(EList<EObject> eContents)↵ | | 33 | public void setEContents(EList<EObject> eContents)↵
|
33 | {↵ | | 34 | {↵
|
34 | this.eContents = eContents;↵ | | 35 | this.eContents = eContents;↵
|
35 | }↵ | | 36 | }↵
|
|
36 | public EList<EObject> getECrossReferences()↵ | | 37 | public EList<EObject> getECrossReferences()↵
|
37 | {↵ | | 38 | {↵
|
38 | return eCrossReferences;↵ | | 39 | return eCrossReferences;↵
|
39 | }↵ | | 40 | }↵
|
|
40 | public void setECrossReferences(EList<EObject> eCrossReferences)↵ | | 41 | public void setECrossReferences(EList<EObject> eCrossReferences)↵
|
41 | {↵ | | 42 | {↵
|
42 | this.eCrossReferences = eCrossReferences;↵ | | 43 | this.eCrossReferences = eCrossReferences;↵
|
43 | }↵ | | 44 | }↵
|
|
44 | public boolean hasSettings()↵ | | 45 | public boolean hasSettings()↵
|
45 | {↵ | | 46 | {↵
|
46 | throw new UnsupportedOperationException();↵ | | 47 | throw new UnsupportedOperationException();↵
|
47 | }↵ | | 48 | }↵
|
|
48 | public void allocateSettings(int maximumDynamicFeatureID)↵ | | 49 | public void allocateSettings(int maximumDynamicFeatureID)↵
|
49 | {↵ | | 50 | {↵
|
50 | throw new UnsupportedOperationException();↵ | | 51 | throw new UnsupportedOperationException();↵
|
51 | }↵ | | 52 | }↵
|
|
52 | public Object dynamicGet(int dynamicFeatureID)↵ | | 53 | public Object dynamicGet(int dynamicFeatureID)↵
|
53 | {↵ | | 54 | {↵
|
54 | throw new UnsupportedOperationException();↵ | | 55 | throw new UnsupportedOperationException();↵
|
55 | }↵ | | 56 | }↵
|
|
56 | public void dynamicSet(int dynamicFeatureID, Object value)↵ | | 57 | public void dynamicSet(int dynamicFeatureID, Object value)↵
|
57 | {↵ | | 58 | {↵
|
58 | throw new UnsupportedOperationException();↵ | | 59 | throw new UnsupportedOperationException();↵
|
59 | }↵ | | 60 | }↵
|
|
60 | public void dynamicUnset(int dynamicFeatureID)↵ | | 61 | public void dynamicUnset(int dynamicFeatureID)↵
|
61 | {↵ | | 62 | {↵
|
62 | throw new UnsupportedOperationException(); | | 63 | throw new UnsupportedOperationException();
|