Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html40
1 files changed, 20 insertions, 20 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html
index 6d7e7d9132..f37c220859 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html
@@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
-<html lang="de">
+<html lang="en">
<head>
<title>EtypesSwitch (CDO Model Repository Documentation)</title>
@@ -143,7 +143,7 @@ extends <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Obje
<td class="colFirst"><code>protected static <a href="../../../../../../org/eclipse/emf/cdo/etypes/EtypesPackage.html" title="interface in org.eclipse.emf.cdo.etypes">EtypesPackage</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html#modelPackage">modelPackage</a></span></code>
<div class="block">The cached model package
- <!</div>
+ <!-- begin-user-doc --> <!-- end-user-doc --></div>
</td>
</tr>
</table>
@@ -162,7 +162,7 @@ extends <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Obje
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html#EtypesSwitch--">EtypesSwitch</a></span>()</code>
-<div class="block">Creates an instance of the switch</div>
+<div class="block">Creates an instance of the switch.</div>
</td>
</tr>
</table>
@@ -183,39 +183,39 @@ extends <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Obje
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html" title="type parameter in EtypesSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html#caseAnnotation-org.eclipse.emf.cdo.etypes.Annotation-">caseAnnotation</a></span>(<a href="../../../../../../org/eclipse/emf/cdo/etypes/Annotation.html" title="interface in org.eclipse.emf.cdo.etypes">Annotation</a>&nbsp;object)</code>
-<div class="block">Returns the result of interpreting the object as an instance of '<em>Annotation</em>'</div>
+<div class="block">Returns the result of interpreting the object as an instance of '<em>Annotation</em>'.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html" title="type parameter in EtypesSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html#caseModelElement-org.eclipse.emf.cdo.etypes.ModelElement-">caseModelElement</a></span>(<a href="../../../../../../org/eclipse/emf/cdo/etypes/ModelElement.html" title="interface in org.eclipse.emf.cdo.etypes">ModelElement</a>&nbsp;object)</code>
-<div class="block">Returns the result of interpreting the object as an instance of '<em>Model Element</em>'</div>
+<div class="block">Returns the result of interpreting the object as an instance of '<em>Model Element</em>'.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html" title="type parameter in EtypesSwitch">T</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html#defaultCase-org.eclipse.emf.ecore.EObject-">defaultCase</a></span>(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EObject</a>&nbsp;object)</code>
-<div class="block">Returns the result of interpreting the object as an instance of '<em>EObject</em>'</div>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html#defaultCase-org.eclipse.emf.ecore.EObject-">defaultCase</a></span>(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EObject</a>&nbsp;object)</code>
+<div class="block">Returns the result of interpreting the object as an instance of '<em>EObject</em>'.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html" title="type parameter in EtypesSwitch">T</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html#doSwitch-org.eclipse.emf.ecore.EClass-org.eclipse.emf.ecore.EObject-">doSwitch</a></span>(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/EClass.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EClass</a>&nbsp;theEClass,
- <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EObject</a>&nbsp;theEObject)</code>
-<div class="block">Calls <code>caseXXX</code> for each class of the model until one returns a non null result; it yields that result</div>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html#doSwitch-org.eclipse.emf.ecore.EClass-org.eclipse.emf.ecore.EObject-">doSwitch</a></span>(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EClass.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EClass</a>&nbsp;theEClass,
+ <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EObject</a>&nbsp;theEObject)</code>
+<div class="block">Calls <code>caseXXX</code> for each class of the model until one returns a non null result; it yields that result.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html" title="type parameter in EtypesSwitch">T</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html#doSwitch-org.eclipse.emf.ecore.EObject-">doSwitch</a></span>(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EObject</a>&nbsp;theEObject)</code>
-<div class="block">Calls <code>caseXXX</code> for each class of the model until one returns a non null result; it yields that result</div>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html#doSwitch-org.eclipse.emf.ecore.EObject-">doSwitch</a></span>(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EObject</a>&nbsp;theEObject)</code>
+<div class="block">Calls <code>caseXXX</code> for each class of the model until one returns a non null result; it yields that result.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html" title="type parameter in EtypesSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html#doSwitch-int-org.eclipse.emf.ecore.EObject-">doSwitch</a></span>(int&nbsp;classifierID,
- <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EObject</a>&nbsp;theEObject)</code>
-<div class="block">Calls <code>caseXXX</code> for each class of the model until one returns a non null result; it yields that result</div>
+ <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EObject</a>&nbsp;theEObject)</code>
+<div class="block">Calls <code>caseXXX</code> for each class of the model until one returns a non null result; it yields that result.</div>
</td>
</tr>
</table>
@@ -290,7 +290,7 @@ extends <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Obje
<ul class="blockList">
<li class="blockList">
<h4>doSwitch</h4>
-<pre>public&nbsp;<a href="../../../../../../org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html" title="type parameter in EtypesSwitch">T</a>&nbsp;doSwitch(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EObject</a>&nbsp;theEObject)</pre>
+<pre>public&nbsp;<a href="../../../../../../org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html" title="type parameter in EtypesSwitch">T</a>&nbsp;doSwitch(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EObject</a>&nbsp;theEObject)</pre>
<div class="block">Calls <code>caseXXX</code> for each class of the model until one returns a non null result; it yields that result.
<!-- begin-user-doc --> <!-- end-user-doc --></div>
<dl>
@@ -306,8 +306,8 @@ extends <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Obje
<ul class="blockList">
<li class="blockList">
<h4>doSwitch</h4>
-<pre>protected&nbsp;<a href="../../../../../../org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html" title="type parameter in EtypesSwitch">T</a>&nbsp;doSwitch(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/EClass.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EClass</a>&nbsp;theEClass,
- <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EObject</a>&nbsp;theEObject)</pre>
+<pre>protected&nbsp;<a href="../../../../../../org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html" title="type parameter in EtypesSwitch">T</a>&nbsp;doSwitch(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EClass.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EClass</a>&nbsp;theEClass,
+ <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EObject</a>&nbsp;theEObject)</pre>
<div class="block">Calls <code>caseXXX</code> for each class of the model until one returns a non null result; it yields that result.
<!-- begin-user-doc --> <!-- end-user-doc --></div>
<dl>
@@ -325,7 +325,7 @@ extends <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Obje
<li class="blockList">
<h4>doSwitch</h4>
<pre>protected&nbsp;<a href="../../../../../../org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html" title="type parameter in EtypesSwitch">T</a>&nbsp;doSwitch(int&nbsp;classifierID,
- <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EObject</a>&nbsp;theEObject)</pre>
+ <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EObject</a>&nbsp;theEObject)</pre>
<div class="block">Calls <code>caseXXX</code> for each class of the model until one returns a non null result; it yields that result.
<!-- begin-user-doc --> <!-- end-user-doc --></div>
<dl>
@@ -383,7 +383,7 @@ extends <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Obje
<ul class="blockListLast">
<li class="blockList">
<h4>defaultCase</h4>
-<pre>public&nbsp;<a href="../../../../../../org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html" title="type parameter in EtypesSwitch">T</a>&nbsp;defaultCase(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EObject</a>&nbsp;object)</pre>
+<pre>public&nbsp;<a href="../../../../../../org/eclipse/emf/cdo/etypes/util/EtypesSwitch.html" title="type parameter in EtypesSwitch">T</a>&nbsp;defaultCase(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EObject</a>&nbsp;object)</pre>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EObject</em>'.
<!-- begin-user-doc --> This
implementation returns null; returning a non-null result will terminate the switch, but this is the last case
@@ -467,6 +467,6 @@ extends <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Obje
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small><i>Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.</i></small></p>
+<p class="legalCopy"><small><i class="copyright">Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.<br>All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html</i></small></p>
</body>
</html>

Back to the top