You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+16-7Lines changed: 16 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -35,14 +35,14 @@
35
35
<type>pom</type>
36
36
<scope>provided</scope>
37
37
</dependency>
38
-
38
+
<!--
39
39
<dependency>
40
40
<groupId>com.google</groupId>
41
41
<artifactId>inject</artifactId>
42
42
<version>3.0.0</version>
43
43
<type>jar</type>
44
44
</dependency>
45
-
45
+
-->
46
46
<dependency>
47
47
<groupId>org.eclipse.equinox</groupId>
48
48
<artifactId>registry</artifactId>
@@ -63,14 +63,14 @@
63
63
<version>1.0.0</version>
64
64
<type>jar</type>
65
65
</dependency>
66
-
66
+
<!--
67
67
<dependency>
68
68
<groupId>org.eclipse.orbit.bundles</groupId>
69
69
<artifactId>com.google.guava</artifactId>
70
70
<version>21.0.0-SNAPSHOT</version>
71
71
<type>jar</type>
72
72
</dependency>
73
-
73
+
-->
74
74
<dependency>
75
75
<groupId>org.eclipse.ocl.xtext</groupId>
76
76
<artifactId>oclstdlib</artifactId>
@@ -151,14 +151,14 @@
151
151
<artifactId>net4j</artifactId>
152
152
<version>4.1.500</version>
153
153
</dependency>
154
-
154
+
<!--
155
155
<dependency>
156
156
<groupId>com.google.inject</groupId>
157
157
<artifactId>multibindings</artifactId>
158
158
<version>3.0.0</version>
159
159
<type>jar</type>
160
160
</dependency>
161
-
161
+
-->
162
162
<dependency>
163
163
<groupId>org.eclipse.equinox</groupId>
164
164
<artifactId>app</artifactId>
@@ -538,4 +538,13 @@
538
538
</pluginManagement>
539
539
</build>
540
540
<description>Modelio Module for designing the Cloud Application Modelling and Execution Language (CAMEL). For more information about CAMEL see http://camel-dsl.org/</description>
* Proxy class to handle a {@link Enumeration} with << GeographicalRegion >> stereotype.
@@ -43,7 +39,7 @@ public class GeographicalRegion extends Location {
43
39
* Tells whether a {@link GeographicalRegion proxy} can be instantiated from a {@link MObject} checking it is a {@link Enumeration} stereotyped << GeographicalRegion >>.
44
40
* <p>
45
41
* The method returns <code>false</code> if the instantiation cannot be carried out.
46
-
*
42
+
*
47
43
* @param elt a model object
48
44
* @return <code>true</code> if the instantiation can be carried out else <code>false</code>.
* Create a new {@link Enumeration} stereotyped << GeographicalRegion >> then instantiate a {@link GeographicalRegion} proxy.
57
-
*
53
+
*
58
54
* @return a {@link GeographicalRegion} proxy on the created {@link Enumeration}.
59
55
*/
60
56
@objid ("35865ac2-47bd-40b3-8f8a-16ba3b74f46d")
@@ -68,7 +64,7 @@ public static GeographicalRegion create() {
68
64
* Tries to instantiate a {@link GeographicalRegion} proxy from a {@link Enumeration} stereotyped << GeographicalRegion >> checking its metaclass and its stereotype.
69
65
* <p>
70
66
* The method returns <i>null</i> if the instantiation cannot be carried out.
71
-
*
67
+
*
72
68
* @param obj a Enumeration
73
69
* @return a {@link GeographicalRegion} proxy or <i>null</i>.
* Tries to instantiate a {@link GeographicalRegion} proxy from a {@link Enumeration} stereotyped << GeographicalRegion >> checking its metaclass and its stereotype.
82
78
* <p>
83
79
* The method throws an {@link IllegalArgumentException} if the instantiation cannot be carried out.
84
-
*
80
+
*
85
81
* @param obj a {@link Enumeration}
86
82
* @return a {@link GeographicalRegion} proxy.
87
83
* @throws java.lang.IllegalArgumentException if the instantiation cannot be carried out.
@@ -127,7 +123,7 @@ public boolean equals(final Object obj) {
127
123
128
124
/**
129
125
* Get the underlying {@link Enumeration}.
130
-
*
126
+
*
131
127
* @return the Enumeration represented by this proxy, never null.
0 commit comments