Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html178
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html135
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/ExpressionsUtil.html8
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/class-use/ExpressionsAdapterFactory.html4
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/class-use/ExpressionsSwitch.html8
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/class-use/ExpressionsUtil.html4
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/package-frame.html2
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/package-summary.html4
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/package-use.html4
9 files changed, 177 insertions, 170 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html
index 5dd3cd6064..26b9b5ddc9 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.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>ExpressionsAdapterFactory (CDO Model Repository Documentation)</title>
@@ -99,7 +99,7 @@ var activeTableTab = "activeTableTab";
<li><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
-<li><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify.impl">org.eclipse.emf.common.notify.impl.AdapterFactoryImpl</a></li>
+<li><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify.impl">org.eclipse.emf.common.notify.impl.AdapterFactoryImpl</a></li>
<li>
<ul class="inheritance">
<li>org.eclipse.emf.cdo.expressions.util.ExpressionsAdapterFactory</li>
@@ -113,7 +113,7 @@ var activeTableTab = "activeTableTab";
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
-<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/AdapterFactory.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">AdapterFactory</a></dd>
+<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/AdapterFactory.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">AdapterFactory</a></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
@@ -122,7 +122,7 @@ var activeTableTab = "activeTableTab";
<hr>
<br>
<pre>public class <span class="typeNameLabel">ExpressionsAdapterFactory</span>
-extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify.impl">AdapterFactoryImpl</a></pre>
+extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify.impl">AdapterFactoryImpl</a></pre>
<div class="block"><!-- begin-user-doc -->
The <b>Adapter Factory</b> for the model.
It provides an adapter <code>createXXX</code> method for each class of the model.
@@ -153,13 +153,13 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<tr class="altColor">
<td class="colFirst"><code>protected static <a href="../../../../../../org/eclipse/emf/cdo/expressions/ExpressionsPackage.html" title="interface in org.eclipse.emf.cdo.expressions">ExpressionsPackage</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#modelPackage">modelPackage</a></span></code>
-<div class="block">The cached model package</div>
+<div class="block">The cached model package.</div>
</td>
</tr>
<tr class="rowColor">
-<td class="colFirst"><code>protected <a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="class in org.eclipse.emf.cdo.expressions.util">ExpressionsSwitch</a>&lt;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&gt;</code></td>
+<td class="colFirst"><code>protected <a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="class in org.eclipse.emf.cdo.expressions.util">ExpressionsSwitch</a>&lt;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#modelSwitch">modelSwitch</a></span></code>
-<div class="block">The switch that delegates to the <code>createXXX</code> methods</div>
+<div class="block">The switch that delegates to the <code>createXXX</code> methods.</div>
</td>
</tr>
</table>
@@ -178,7 +178,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#ExpressionsAdapterFactory--">ExpressionsAdapterFactory</a></span>()</code>
-<div class="block">Creates an instance of the adapter factory</div>
+<div class="block">Creates an instance of the adapter factory.</div>
</td>
</tr>
</table>
@@ -197,153 +197,153 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
-<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
+<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#createAccessAdapter--">createAccessAdapter</a></span>()</code>
-<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/Access.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Access</em></code></a>'</div>
+<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/Access.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Access</em></code></a>'.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
-<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#createAdapter-org.eclipse.emf.common.notify.Notifier-">createAdapter</a></span>(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Notifier.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Notifier</a>&nbsp;target)</code>
-<div class="block">Creates an adapter for the <code>target</code></div>
+<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#createAdapter-org.eclipse.emf.common.notify.Notifier-">createAdapter</a></span>(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Notifier.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Notifier</a>&nbsp;target)</code>
+<div class="block">Creates an adapter for the <code>target</code>.</div>
</td>
</tr>
<tr id="i2" class="altColor">
-<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
+<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#createBooleanValueAdapter--">createBooleanValueAdapter</a></span>()</code>
-<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/BooleanValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Boolean Value</em></code></a>'</div>
+<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/BooleanValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Boolean Value</em></code></a>'.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
-<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
+<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#createByteValueAdapter--">createByteValueAdapter</a></span>()</code>
-<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/ByteValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Byte Value</em></code></a>'</div>
+<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/ByteValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Byte Value</em></code></a>'.</div>
</td>
</tr>
<tr id="i4" class="altColor">
-<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
+<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#createCharValueAdapter--">createCharValueAdapter</a></span>()</code>
-<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/CharValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Char Value</em></code></a>'</div>
+<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/CharValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Char Value</em></code></a>'.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
-<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
+<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#createContainedObjectAdapter--">createContainedObjectAdapter</a></span>()</code>
-<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/ContainedObject.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Contained Object</em></code></a>'</div>
+<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/ContainedObject.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Contained Object</em></code></a>'.</div>
</td>
</tr>
<tr id="i6" class="altColor">
-<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
+<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#createContextAccessAdapter--">createContextAccessAdapter</a></span>()</code>
-<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/ContextAccess.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Context Access</em></code></a>'</div>
+<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/ContextAccess.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Context Access</em></code></a>'.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
-<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
+<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#createDoubleValueAdapter--">createDoubleValueAdapter</a></span>()</code>
-<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/DoubleValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Double Value</em></code></a>'</div>
+<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/DoubleValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Double Value</em></code></a>'.</div>
</td>
</tr>
<tr id="i8" class="altColor">
-<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
+<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#createEObjectAdapter--">createEObjectAdapter</a></span>()</code>
-<div class="block">Creates a new adapter for the default case</div>
+<div class="block">Creates a new adapter for the default case.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
-<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
+<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#createExpressionAdapter--">createExpressionAdapter</a></span>()</code>
-<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/Expression.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Expression</em></code></a>'</div>
+<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/Expression.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Expression</em></code></a>'.</div>
</td>
</tr>
<tr id="i10" class="altColor">
-<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
+<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#createFloatValueAdapter--">createFloatValueAdapter</a></span>()</code>
-<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/FloatValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Float Value</em></code></a>'</div>
+<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/FloatValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Float Value</em></code></a>'.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
-<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
+<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#createFunctionInvocationAdapter--">createFunctionInvocationAdapter</a></span>()</code>
-<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/FunctionInvocation.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Function Invocation</em></code></a>'</div>
+<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/FunctionInvocation.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Function Invocation</em></code></a>'.</div>
</td>
</tr>
<tr id="i12" class="altColor">
-<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
+<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#createIntValueAdapter--">createIntValueAdapter</a></span>()</code>
-<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/IntValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Int Value</em></code></a>'</div>
+<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/IntValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Int Value</em></code></a>'.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
-<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
+<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#createInvocationAdapter--">createInvocationAdapter</a></span>()</code>
-<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/Invocation.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Invocation</em></code></a>'</div>
+<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/Invocation.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Invocation</em></code></a>'.</div>
</td>
</tr>
<tr id="i14" class="altColor">
-<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
+<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#createLinkedExpressionAdapter--">createLinkedExpressionAdapter</a></span>()</code>
-<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/LinkedExpression.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Linked Expression</em></code></a>'</div>
+<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/LinkedExpression.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Linked Expression</em></code></a>'.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
-<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
+<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#createLinkedObjectAdapter--">createLinkedObjectAdapter</a></span>()</code>
-<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/LinkedObject.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Linked Object</em></code></a>'</div>
+<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/LinkedObject.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Linked Object</em></code></a>'.</div>
</td>
</tr>
<tr id="i16" class="altColor">
-<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
+<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#createListConstructionAdapter--">createListConstructionAdapter</a></span>()</code>
-<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/ListConstruction.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>List Construction</em></code></a>'</div>
+<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/ListConstruction.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>List Construction</em></code></a>'.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
-<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
+<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#createLongValueAdapter--">createLongValueAdapter</a></span>()</code>
-<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/LongValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Long Value</em></code></a>'</div>
+<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/LongValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Long Value</em></code></a>'.</div>
</td>
</tr>
<tr id="i18" class="altColor">
-<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
+<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#createMemberAccessAdapter--">createMemberAccessAdapter</a></span>()</code>
-<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/MemberAccess.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Member Access</em></code></a>'</div>
+<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/MemberAccess.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Member Access</em></code></a>'.</div>
</td>
</tr>
<tr id="i19" class="rowColor">
-<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
+<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#createMemberInvocationAdapter--">createMemberInvocationAdapter</a></span>()</code>
-<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/MemberInvocation.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Member Invocation</em></code></a>'</div>
+<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/MemberInvocation.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Member Invocation</em></code></a>'.</div>
</td>
</tr>
<tr id="i20" class="altColor">
-<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
+<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#createShortValueAdapter--">createShortValueAdapter</a></span>()</code>
-<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/ShortValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Short Value</em></code></a>'</div>
+<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/ShortValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Short Value</em></code></a>'.</div>
</td>
</tr>
<tr id="i21" class="rowColor">
-<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
+<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#createStaticAccessAdapter--">createStaticAccessAdapter</a></span>()</code>
-<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/StaticAccess.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Static Access</em></code></a>'</div>
+<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/StaticAccess.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Static Access</em></code></a>'.</div>
</td>
</tr>
<tr id="i22" class="altColor">
-<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
+<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#createStringValueAdapter--">createStringValueAdapter</a></span>()</code>
-<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/StringValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>String Value</em></code></a>'</div>
+<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/StringValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>String Value</em></code></a>'.</div>
</td>
</tr>
<tr id="i23" class="rowColor">
-<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
+<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#createValueAdapter--">createValueAdapter</a></span>()</code>
-<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/Value.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Value</em></code></a>'</div>
+<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/Value.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Value</em></code></a>'.</div>
</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#isFactoryForType-java.lang.Object-">isFactoryForType</a></span>(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;object)</code>
-<div class="block">Returns whether this factory is applicable for the type of the object</div>
+<div class="block">Returns whether this factory is applicable for the type of the object.</div>
</td>
</tr>
</table>
@@ -351,8 +351,8 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<li class="blockList"><a name="methods.inherited.from.class.org.eclipse.emf.common.notify.impl.AdapterFactoryImpl">
<!-- -->
</a>
-<h3>Methods inherited from class&nbsp;org.eclipse.emf.common.notify.impl.<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify.impl">AdapterFactoryImpl</a></h3>
-<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true#adapt-org.eclipse.emf.common.notify.Notifier-java.lang.Object-" title="class or interface in org.eclipse.emf.common.notify.impl">adapt</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true#adapt-java.lang.Object-java.lang.Object-" title="class or interface in org.eclipse.emf.common.notify.impl">adapt</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true#adaptAllNew-org.eclipse.emf.common.notify.Notifier-" title="class or interface in org.eclipse.emf.common.notify.impl">adaptAllNew</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true#adaptNew-org.eclipse.emf.common.notify.Notifier-java.lang.Object-" title="class or interface in org.eclipse.emf.common.notify.impl">adaptNew</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true#associate-org.eclipse.emf.common.notify.Adapter-org.eclipse.emf.common.notify.Notifier-" title="class or interface in org.eclipse.emf.common.notify.impl">associate</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true#createAdapter-org.eclipse.emf.common.notify.Notifier-java.lang.Object-" title="class or interface in org.eclipse.emf.common.notify.impl">createAdapter</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true#resolve-java.lang.Object-java.lang.Object-" title="class or interface in org.eclipse.emf.common.notify.impl">resolve</a></code></li>
+<h3>Methods inherited from class&nbsp;org.eclipse.emf.common.notify.impl.<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify.impl">AdapterFactoryImpl</a></h3>
+<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true#adapt-org.eclipse.emf.common.notify.Notifier-java.lang.Object-" title="class or interface in org.eclipse.emf.common.notify.impl">adapt</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true#adapt-java.lang.Object-java.lang.Object-" title="class or interface in org.eclipse.emf.common.notify.impl">adapt</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true#adaptAllNew-org.eclipse.emf.common.notify.Notifier-" title="class or interface in org.eclipse.emf.common.notify.impl">adaptAllNew</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true#adaptNew-org.eclipse.emf.common.notify.Notifier-java.lang.Object-" title="class or interface in org.eclipse.emf.common.notify.impl">adaptNew</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true#associate-org.eclipse.emf.common.notify.Adapter-org.eclipse.emf.common.notify.Notifier-" title="class or interface in org.eclipse.emf.common.notify.impl">associate</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true#createAdapter-org.eclipse.emf.common.notify.Notifier-java.lang.Object-" title="class or interface in org.eclipse.emf.common.notify.impl">createAdapter</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true#resolve-java.lang.Object-java.lang.Object-" title="class or interface in org.eclipse.emf.common.notify.impl">resolve</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
@@ -396,7 +396,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockListLast">
<li class="blockList">
<h4>modelSwitch</h4>
-<pre>protected&nbsp;<a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="class in org.eclipse.emf.cdo.expressions.util">ExpressionsSwitch</a>&lt;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&gt; modelSwitch</pre>
+<pre>protected&nbsp;<a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="class in org.eclipse.emf.cdo.expressions.util">ExpressionsSwitch</a>&lt;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&gt; modelSwitch</pre>
<div class="block">The switch that delegates to the <code>createXXX</code> methods.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
@@ -449,9 +449,9 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<!-- end-user-doc --></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/AdapterFactory.html?is-external=true#isFactoryForType-java.lang.Object-" title="class or interface in org.eclipse.emf.common.notify">isFactoryForType</a></code>&nbsp;in interface&nbsp;<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/AdapterFactory.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">AdapterFactory</a></code></dd>
+<dd><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/AdapterFactory.html?is-external=true#isFactoryForType-java.lang.Object-" title="class or interface in org.eclipse.emf.common.notify">isFactoryForType</a></code>&nbsp;in interface&nbsp;<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/AdapterFactory.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">AdapterFactory</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true#isFactoryForType-java.lang.Object-" title="class or interface in org.eclipse.emf.common.notify.impl">isFactoryForType</a></code>&nbsp;in class&nbsp;<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify.impl">AdapterFactoryImpl</a></code></dd>
+<dd><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true#isFactoryForType-java.lang.Object-" title="class or interface in org.eclipse.emf.common.notify.impl">isFactoryForType</a></code>&nbsp;in class&nbsp;<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify.impl">AdapterFactoryImpl</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether this factory is applicable for the type of the object.</dd>
<dt><span class="simpleTagLabel">Generated</span></dt>
@@ -464,13 +464,13 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockList">
<li class="blockList">
<h4>createAdapter</h4>
-<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createAdapter(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Notifier.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Notifier</a>&nbsp;target)</pre>
+<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createAdapter(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Notifier.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Notifier</a>&nbsp;target)</pre>
<div class="block">Creates an adapter for the <code>target</code>.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true#createAdapter-org.eclipse.emf.common.notify.Notifier-" title="class or interface in org.eclipse.emf.common.notify.impl">createAdapter</a></code>&nbsp;in class&nbsp;<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify.impl">AdapterFactoryImpl</a></code></dd>
+<dd><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true#createAdapter-org.eclipse.emf.common.notify.Notifier-" title="class or interface in org.eclipse.emf.common.notify.impl">createAdapter</a></code>&nbsp;in class&nbsp;<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/impl/AdapterFactoryImpl.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify.impl">AdapterFactoryImpl</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>target</code> - the object to adapt.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -485,7 +485,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockList">
<li class="blockList">
<h4>createExpressionAdapter</h4>
-<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createExpressionAdapter()</pre>
+<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createExpressionAdapter()</pre>
<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/Expression.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Expression</em></code></a>'.
<!-- begin-user-doc -->
This default implementation returns null so that we can easily ignore cases;
@@ -506,7 +506,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockList">
<li class="blockList">
<h4>createValueAdapter</h4>
-<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createValueAdapter()</pre>
+<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createValueAdapter()</pre>
<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/Value.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Value</em></code></a>'.
<!-- begin-user-doc -->
This default implementation returns null so that we can easily ignore cases;
@@ -527,7 +527,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockList">
<li class="blockList">
<h4>createBooleanValueAdapter</h4>
-<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createBooleanValueAdapter()</pre>
+<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createBooleanValueAdapter()</pre>
<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/BooleanValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Boolean Value</em></code></a>'.
<!-- begin-user-doc -->
This default implementation returns null so that we can easily ignore cases;
@@ -548,7 +548,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockList">
<li class="blockList">
<h4>createByteValueAdapter</h4>
-<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createByteValueAdapter()</pre>
+<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createByteValueAdapter()</pre>
<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/ByteValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Byte Value</em></code></a>'.
<!-- begin-user-doc -->
This default implementation returns null so that we can easily ignore cases;
@@ -569,7 +569,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockList">
<li class="blockList">
<h4>createShortValueAdapter</h4>
-<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createShortValueAdapter()</pre>
+<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createShortValueAdapter()</pre>
<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/ShortValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Short Value</em></code></a>'.
<!-- begin-user-doc -->
This default implementation returns null so that we can easily ignore cases;
@@ -590,7 +590,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockList">
<li class="blockList">
<h4>createIntValueAdapter</h4>
-<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createIntValueAdapter()</pre>
+<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createIntValueAdapter()</pre>
<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/IntValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Int Value</em></code></a>'.
<!-- begin-user-doc -->
This default implementation returns null so that we can easily ignore cases;
@@ -611,7 +611,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockList">
<li class="blockList">
<h4>createLongValueAdapter</h4>
-<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createLongValueAdapter()</pre>
+<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createLongValueAdapter()</pre>
<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/LongValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Long Value</em></code></a>'.
<!-- begin-user-doc -->
This default implementation returns null so that we can easily ignore cases;
@@ -632,7 +632,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockList">
<li class="blockList">
<h4>createFloatValueAdapter</h4>
-<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createFloatValueAdapter()</pre>
+<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createFloatValueAdapter()</pre>
<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/FloatValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Float Value</em></code></a>'.
<!-- begin-user-doc -->
This default implementation returns null so that we can easily ignore cases;
@@ -653,7 +653,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockList">
<li class="blockList">
<h4>createDoubleValueAdapter</h4>
-<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createDoubleValueAdapter()</pre>
+<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createDoubleValueAdapter()</pre>
<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/DoubleValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Double Value</em></code></a>'.
<!-- begin-user-doc -->
This default implementation returns null so that we can easily ignore cases;
@@ -674,7 +674,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockList">
<li class="blockList">
<h4>createCharValueAdapter</h4>
-<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createCharValueAdapter()</pre>
+<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createCharValueAdapter()</pre>
<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/CharValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Char Value</em></code></a>'.
<!-- begin-user-doc -->
This default implementation returns null so that we can easily ignore cases;
@@ -695,7 +695,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockList">
<li class="blockList">
<h4>createStringValueAdapter</h4>
-<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createStringValueAdapter()</pre>
+<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createStringValueAdapter()</pre>
<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/StringValue.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>String Value</em></code></a>'.
<!-- begin-user-doc -->
This default implementation returns null so that we can easily ignore cases;
@@ -716,7 +716,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockList">
<li class="blockList">
<h4>createInvocationAdapter</h4>
-<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createInvocationAdapter()</pre>
+<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createInvocationAdapter()</pre>
<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/Invocation.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Invocation</em></code></a>'.
<!-- begin-user-doc -->
This default implementation returns null so that we can easily ignore cases;
@@ -737,7 +737,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockList">
<li class="blockList">
<h4>createFunctionInvocationAdapter</h4>
-<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createFunctionInvocationAdapter()</pre>
+<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createFunctionInvocationAdapter()</pre>
<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/FunctionInvocation.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Function Invocation</em></code></a>'.
<!-- begin-user-doc -->
This default implementation returns null so that we can easily ignore cases;
@@ -758,7 +758,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockList">
<li class="blockList">
<h4>createMemberInvocationAdapter</h4>
-<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createMemberInvocationAdapter()</pre>
+<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createMemberInvocationAdapter()</pre>
<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/MemberInvocation.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Member Invocation</em></code></a>'.
<!-- begin-user-doc -->
This default implementation returns null so that we can easily ignore cases;
@@ -779,7 +779,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockList">
<li class="blockList">
<h4>createAccessAdapter</h4>
-<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createAccessAdapter()</pre>
+<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createAccessAdapter()</pre>
<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/Access.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Access</em></code></a>'.
<!-- begin-user-doc -->
This default implementation returns null so that we can easily ignore cases;
@@ -800,7 +800,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockList">
<li class="blockList">
<h4>createStaticAccessAdapter</h4>
-<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createStaticAccessAdapter()</pre>
+<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createStaticAccessAdapter()</pre>
<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/StaticAccess.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Static Access</em></code></a>'.
<!-- begin-user-doc -->
This default implementation returns null so that we can easily ignore cases;
@@ -821,7 +821,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockList">
<li class="blockList">
<h4>createMemberAccessAdapter</h4>
-<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createMemberAccessAdapter()</pre>
+<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createMemberAccessAdapter()</pre>
<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/MemberAccess.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Member Access</em></code></a>'.
<!-- begin-user-doc -->
This default implementation returns null so that we can easily ignore cases;
@@ -842,7 +842,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockList">
<li class="blockList">
<h4>createContextAccessAdapter</h4>
-<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createContextAccessAdapter()</pre>
+<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createContextAccessAdapter()</pre>
<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/ContextAccess.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Context Access</em></code></a>'.
<!-- begin-user-doc -->
This default implementation returns null so that we can easily ignore cases;
@@ -863,7 +863,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockList">
<li class="blockList">
<h4>createContainedObjectAdapter</h4>
-<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createContainedObjectAdapter()</pre>
+<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createContainedObjectAdapter()</pre>
<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/ContainedObject.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Contained Object</em></code></a>'.
<!-- begin-user-doc -->
This default implementation returns null so that we can easily ignore cases;
@@ -884,7 +884,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockList">
<li class="blockList">
<h4>createLinkedObjectAdapter</h4>
-<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createLinkedObjectAdapter()</pre>
+<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createLinkedObjectAdapter()</pre>
<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/LinkedObject.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Linked Object</em></code></a>'.
<!-- begin-user-doc -->
This default implementation returns null so that we can easily ignore cases;
@@ -905,7 +905,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockList">
<li class="blockList">
<h4>createLinkedExpressionAdapter</h4>
-<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createLinkedExpressionAdapter()</pre>
+<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createLinkedExpressionAdapter()</pre>
<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/LinkedExpression.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>Linked Expression</em></code></a>'.
<!-- begin-user-doc -->
This default implementation returns null so that we can easily ignore cases;
@@ -926,7 +926,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockList">
<li class="blockList">
<h4>createListConstructionAdapter</h4>
-<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createListConstructionAdapter()</pre>
+<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createListConstructionAdapter()</pre>
<div class="block">Creates a new adapter for an object of class '<a href="../../../../../../org/eclipse/emf/cdo/expressions/ListConstruction.html" title="interface in org.eclipse.emf.cdo.expressions"><code><em>List Construction</em></code></a>'.
<!-- begin-user-doc -->
This default implementation returns null so that we can easily ignore cases;
@@ -947,7 +947,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockListLast">
<li class="blockList">
<h4>createEObjectAdapter</h4>
-<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createEObjectAdapter()</pre>
+<pre>public&nbsp;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&nbsp;createEObjectAdapter()</pre>
<div class="block">Creates a new adapter for the default case.
<!-- begin-user-doc -->
This default implementation returns null.
@@ -1027,6 +1027,6 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<!-- -->
</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>
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html
index 8bb571d321..55e7b7310a 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.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>ExpressionsSwitch (CDO Model Repository Documentation)</title>
@@ -99,7 +99,7 @@ var activeTableTab = "activeTableTab";
<li><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
-<li><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true" title="class or interface in org.eclipse.emf.ecore.util">org.eclipse.emf.ecore.util.Switch</a>&lt;T&gt;</li>
+<li><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true" title="class or interface in org.eclipse.emf.ecore.util">org.eclipse.emf.ecore.util.Switch</a>&lt;T&gt;</li>
<li>
<ul class="inheritance">
<li>org.eclipse.emf.cdo.expressions.util.ExpressionsSwitch&lt;T&gt;</li>
@@ -114,10 +114,10 @@ var activeTableTab = "activeTableTab";
<hr>
<br>
<pre>public class <span class="typeNameLabel">ExpressionsSwitch&lt;T&gt;</span>
-extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true" title="class or interface in org.eclipse.emf.ecore.util">Switch</a>&lt;T&gt;</pre>
+extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true" title="class or interface in org.eclipse.emf.ecore.util">Switch</a>&lt;T&gt;</pre>
<div class="block"><!-- begin-user-doc -->
The <b>Switch</b> for the model's inheritance hierarchy.
- It supports the call <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(object)</code></a>
+ It supports the call <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(object)</code></a>
to invoke the <code>caseXXX</code> method for each class of the model,
starting with the actual class of the object
and proceeding up the inheritance hierarchy
@@ -151,7 +151,8 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<td class="colFirst"><code>protected static <a href="../../../../../../org/eclipse/emf/cdo/expressions/ExpressionsPackage.html" title="interface in org.eclipse.emf.cdo.expressions">ExpressionsPackage</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html#modelPackage">modelPackage</a></span></code>
<div class="block">The cached model package
- <!</div>
+ <!-- begin-user-doc -->
+ <!-- end-user-doc --></div>
</td>
</tr>
</table>
@@ -170,7 +171,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html#ExpressionsSwitch--">ExpressionsSwitch</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>
@@ -191,152 +192,152 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html#caseAccess-org.eclipse.emf.cdo.expressions.Access-">caseAccess</a></span>(<a href="../../../../../../org/eclipse/emf/cdo/expressions/Access.html" title="interface in org.eclipse.emf.cdo.expressions">Access</a>&nbsp;object)</code>
-<div class="block">Returns the result of interpreting the object as an instance of '<em>Access</em>'</div>
+<div class="block">Returns the result of interpreting the object as an instance of '<em>Access</em>'.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html#caseBooleanValue-org.eclipse.emf.cdo.expressions.BooleanValue-">caseBooleanValue</a></span>(<a href="../../../../../../org/eclipse/emf/cdo/expressions/BooleanValue.html" title="interface in org.eclipse.emf.cdo.expressions">BooleanValue</a>&nbsp;object)</code>
-<div class="block">Returns the result of interpreting the object as an instance of '<em>Boolean Value</em>'</div>
+<div class="block">Returns the result of interpreting the object as an instance of '<em>Boolean Value</em>'.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html#caseByteValue-org.eclipse.emf.cdo.expressions.ByteValue-">caseByteValue</a></span>(<a href="../../../../../../org/eclipse/emf/cdo/expressions/ByteValue.html" title="interface in org.eclipse.emf.cdo.expressions">ByteValue</a>&nbsp;object)</code>
-<div class="block">Returns the result of interpreting the object as an instance of '<em>Byte Value</em>'</div>
+<div class="block">Returns the result of interpreting the object as an instance of '<em>Byte Value</em>'.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html#caseCharValue-org.eclipse.emf.cdo.expressions.CharValue-">caseCharValue</a></span>(<a href="../../../../../../org/eclipse/emf/cdo/expressions/CharValue.html" title="interface in org.eclipse.emf.cdo.expressions">CharValue</a>&nbsp;object)</code>
-<div class="block">Returns the result of interpreting the object as an instance of '<em>Char Value</em>'</div>
+<div class="block">Returns the result of interpreting the object as an instance of '<em>Char Value</em>'.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html#caseContainedObject-org.eclipse.emf.cdo.expressions.ContainedObject-">caseContainedObject</a></span>(<a href="../../../../../../org/eclipse/emf/cdo/expressions/ContainedObject.html" title="interface in org.eclipse.emf.cdo.expressions">ContainedObject</a>&nbsp;object)</code>
-<div class="block">Returns the result of interpreting the object as an instance of '<em>Contained Object</em>'</div>
+<div class="block">Returns the result of interpreting the object as an instance of '<em>Contained Object</em>'.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html#caseContextAccess-org.eclipse.emf.cdo.expressions.ContextAccess-">caseContextAccess</a></span>(<a href="../../../../../../org/eclipse/emf/cdo/expressions/ContextAccess.html" title="interface in org.eclipse.emf.cdo.expressions">ContextAccess</a>&nbsp;object)</code>
-<div class="block">Returns the result of interpreting the object as an instance of '<em>Context Access</em>'</div>
+<div class="block">Returns the result of interpreting the object as an instance of '<em>Context Access</em>'.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html#caseDoubleValue-org.eclipse.emf.cdo.expressions.DoubleValue-">caseDoubleValue</a></span>(<a href="../../../../../../org/eclipse/emf/cdo/expressions/DoubleValue.html" title="interface in org.eclipse.emf.cdo.expressions">DoubleValue</a>&nbsp;object)</code>
-<div class="block">Returns the result of interpreting the object as an instance of '<em>Double Value</em>'</div>
+<div class="block">Returns the result of interpreting the object as an instance of '<em>Double Value</em>'.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html#caseExpression-org.eclipse.emf.cdo.expressions.Expression-">caseExpression</a></span>(<a href="../../../../../../org/eclipse/emf/cdo/expressions/Expression.html" title="interface in org.eclipse.emf.cdo.expressions">Expression</a>&nbsp;object)</code>
-<div class="block">Returns the result of interpreting the object as an instance of '<em>Expression</em>'</div>
+<div class="block">Returns the result of interpreting the object as an instance of '<em>Expression</em>'.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html#caseFloatValue-org.eclipse.emf.cdo.expressions.FloatValue-">caseFloatValue</a></span>(<a href="../../../../../../org/eclipse/emf/cdo/expressions/FloatValue.html" title="interface in org.eclipse.emf.cdo.expressions">FloatValue</a>&nbsp;object)</code>
-<div class="block">Returns the result of interpreting the object as an instance of '<em>Float Value</em>'</div>
+<div class="block">Returns the result of interpreting the object as an instance of '<em>Float Value</em>'.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html#caseFunctionInvocation-org.eclipse.emf.cdo.expressions.FunctionInvocation-">caseFunctionInvocation</a></span>(<a href="../../../../../../org/eclipse/emf/cdo/expressions/FunctionInvocation.html" title="interface in org.eclipse.emf.cdo.expressions">FunctionInvocation</a>&nbsp;object)</code>
-<div class="block">Returns the result of interpreting the object as an instance of '<em>Function Invocation</em>'</div>
+<div class="block">Returns the result of interpreting the object as an instance of '<em>Function Invocation</em>'.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html#caseIntValue-org.eclipse.emf.cdo.expressions.IntValue-">caseIntValue</a></span>(<a href="../../../../../../org/eclipse/emf/cdo/expressions/IntValue.html" title="interface in org.eclipse.emf.cdo.expressions">IntValue</a>&nbsp;object)</code>
-<div class="block">Returns the result of interpreting the object as an instance of '<em>Int Value</em>'</div>
+<div class="block">Returns the result of interpreting the object as an instance of '<em>Int Value</em>'.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html#caseInvocation-org.eclipse.emf.cdo.expressions.Invocation-">caseInvocation</a></span>(<a href="../../../../../../org/eclipse/emf/cdo/expressions/Invocation.html" title="interface in org.eclipse.emf.cdo.expressions">Invocation</a>&nbsp;object)</code>
-<div class="block">Returns the result of interpreting the object as an instance of '<em>Invocation</em>'</div>
+<div class="block">Returns the result of interpreting the object as an instance of '<em>Invocation</em>'.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html#caseLinkedExpression-org.eclipse.emf.cdo.expressions.LinkedExpression-">caseLinkedExpression</a></span>(<a href="../../../../../../org/eclipse/emf/cdo/expressions/LinkedExpression.html" title="interface in org.eclipse.emf.cdo.expressions">LinkedExpression</a>&nbsp;object)</code>
-<div class="block">Returns the result of interpreting the object as an instance of '<em>Linked Expression</em>'</div>
+<div class="block">Returns the result of interpreting the object as an instance of '<em>Linked Expression</em>'.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html#caseLinkedObject-org.eclipse.emf.cdo.expressions.LinkedObject-">caseLinkedObject</a></span>(<a href="../../../../../../org/eclipse/emf/cdo/expressions/LinkedObject.html" title="interface in org.eclipse.emf.cdo.expressions">LinkedObject</a>&nbsp;object)</code>
-<div class="block">Returns the result of interpreting the object as an instance of '<em>Linked Object</em>'</div>
+<div class="block">Returns the result of interpreting the object as an instance of '<em>Linked Object</em>'.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html#caseListConstruction-org.eclipse.emf.cdo.expressions.ListConstruction-">caseListConstruction</a></span>(<a href="../../../../../../org/eclipse/emf/cdo/expressions/ListConstruction.html" title="interface in org.eclipse.emf.cdo.expressions">ListConstruction</a>&nbsp;object)</code>
-<div class="block">Returns the result of interpreting the object as an instance of '<em>List Construction</em>'</div>
+<div class="block">Returns the result of interpreting the object as an instance of '<em>List Construction</em>'.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html#caseLongValue-org.eclipse.emf.cdo.expressions.LongValue-">caseLongValue</a></span>(<a href="../../../../../../org/eclipse/emf/cdo/expressions/LongValue.html" title="interface in org.eclipse.emf.cdo.expressions">LongValue</a>&nbsp;object)</code>
-<div class="block">Returns the result of interpreting the object as an instance of '<em>Long Value</em>'</div>
+<div class="block">Returns the result of interpreting the object as an instance of '<em>Long Value</em>'.</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html#caseMemberAccess-org.eclipse.emf.cdo.expressions.MemberAccess-">caseMemberAccess</a></span>(<a href="../../../../../../org/eclipse/emf/cdo/expressions/MemberAccess.html" title="interface in org.eclipse.emf.cdo.expressions">MemberAccess</a>&nbsp;object)</code>
-<div class="block">Returns the result of interpreting the object as an instance of '<em>Member Access</em>'</div>
+<div class="block">Returns the result of interpreting the object as an instance of '<em>Member Access</em>'.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html#caseMemberInvocation-org.eclipse.emf.cdo.expressions.MemberInvocation-">caseMemberInvocation</a></span>(<a href="../../../../../../org/eclipse/emf/cdo/expressions/MemberInvocation.html" title="interface in org.eclipse.emf.cdo.expressions">MemberInvocation</a>&nbsp;object)</code>
-<div class="block">Returns the result of interpreting the object as an instance of '<em>Member Invocation</em>'</div>
+<div class="block">Returns the result of interpreting the object as an instance of '<em>Member Invocation</em>'.</div>
</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html#caseShortValue-org.eclipse.emf.cdo.expressions.ShortValue-">caseShortValue</a></span>(<a href="../../../../../../org/eclipse/emf/cdo/expressions/ShortValue.html" title="interface in org.eclipse.emf.cdo.expressions">ShortValue</a>&nbsp;object)</code>
-<div class="block">Returns the result of interpreting the object as an instance of '<em>Short Value</em>'</div>
+<div class="block">Returns the result of interpreting the object as an instance of '<em>Short Value</em>'.</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html#caseStaticAccess-org.eclipse.emf.cdo.expressions.StaticAccess-">caseStaticAccess</a></span>(<a href="../../../../../../org/eclipse/emf/cdo/expressions/StaticAccess.html" title="interface in org.eclipse.emf.cdo.expressions">StaticAccess</a>&nbsp;object)</code>
-<div class="block">Returns the result of interpreting the object as an instance of '<em>Static Access</em>'</div>
+<div class="block">Returns the result of interpreting the object as an instance of '<em>Static Access</em>'.</div>
</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html#caseStringValue-org.eclipse.emf.cdo.expressions.StringValue-">caseStringValue</a></span>(<a href="../../../../../../org/eclipse/emf/cdo/expressions/StringValue.html" title="interface in org.eclipse.emf.cdo.expressions">StringValue</a>&nbsp;object)</code>
-<div class="block">Returns the result of interpreting the object as an instance of '<em>String Value</em>'</div>
+<div class="block">Returns the result of interpreting the object as an instance of '<em>String Value</em>'.</div>
</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html#caseValue-org.eclipse.emf.cdo.expressions.Value-">caseValue</a></span>(<a href="../../../../../../org/eclipse/emf/cdo/expressions/Value.html" title="interface in org.eclipse.emf.cdo.expressions">Value</a>&nbsp;object)</code>
-<div class="block">Returns the result of interpreting the object as an instance of '<em>Value</em>'</div>
+<div class="block">Returns the result of interpreting the object as an instance of '<em>Value</em>'.</div>
</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.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/expressions/util/ExpressionsSwitch.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="i23" class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.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>
<tr id="i24" class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html#isSwitchFor-org.eclipse.emf.ecore.EPackage-">isSwitchFor</a></span>(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/EPackage.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EPackage</a>&nbsp;ePackage)</code>
-<div class="block">Checks whether this is a switch for the given package</div>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html#isSwitchFor-org.eclipse.emf.ecore.EPackage-">isSwitchFor</a></span>(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EPackage.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EPackage</a>&nbsp;ePackage)</code>
+<div class="block">Checks whether this is a switch for the given package.</div>
</td>
</tr>
</table>
@@ -344,8 +345,8 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<li class="blockList"><a name="methods.inherited.from.class.org.eclipse.emf.ecore.util.Switch">
<!-- -->
</a>
-<h3>Methods inherited from class&nbsp;org.eclipse.emf.ecore.util.<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true" title="class or interface in org.eclipse.emf.ecore.util">Switch</a></h3>
-<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EClass-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util">doSwitch</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util">doSwitch</a></code></li>
+<h3>Methods inherited from class&nbsp;org.eclipse.emf.ecore.util.<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true" title="class or interface in org.eclipse.emf.ecore.util">Switch</a></h3>
+<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EClass-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util">doSwitch</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util">doSwitch</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
@@ -420,13 +421,15 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockList">
<li class="blockList">
<h4>isSwitchFor</h4>
-<pre>protected&nbsp;boolean&nbsp;isSwitchFor(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/EPackage.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EPackage</a>&nbsp;ePackage)</pre>
+<pre>protected&nbsp;boolean&nbsp;isSwitchFor(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EPackage.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EPackage</a>&nbsp;ePackage)</pre>
<div class="block">Checks whether this is a switch for the given package.
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#isSwitchFor-org.eclipse.emf.ecore.EPackage-" title="class or interface in org.eclipse.emf.ecore.util">isSwitchFor</a></code>&nbsp;in class&nbsp;<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true" title="class or interface in org.eclipse.emf.ecore.util">Switch</a>&lt;<a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a>&gt;</code></dd>
+<dd><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#isSwitchFor-org.eclipse.emf.ecore.EPackage-" title="class or interface in org.eclipse.emf.ecore.util">isSwitchFor</a></code>&nbsp;in class&nbsp;<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true" title="class or interface in org.eclipse.emf.ecore.util">Switch</a>&lt;<a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a>&gt;</code></dd>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>ePackage</code> - the package in question.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>whether this is a switch for the given package.</dd>
<dt><span class="simpleTagLabel">Generated</span></dt>
@@ -440,13 +443,13 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<li class="blockList">
<h4>doSwitch</h4>
<pre>protected&nbsp;<a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">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>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-int-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util">doSwitch</a></code>&nbsp;in class&nbsp;<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true" title="class or interface in org.eclipse.emf.ecore.util">Switch</a>&lt;<a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a>&gt;</code></dd>
+<dd><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-int-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util">doSwitch</a></code>&nbsp;in class&nbsp;<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true" title="class or interface in org.eclipse.emf.ecore.util">Switch</a>&lt;<a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a>&gt;</code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the first non-null result returned by a <code>caseXXX</code> call.</dd>
<dt><span class="simpleTagLabel">Generated</span></dt>
@@ -471,7 +474,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>Expression</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
+<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
<dt><span class="simpleTagLabel">Generated</span></dt>
</dl>
</li>
@@ -494,7 +497,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>Value</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
+<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
<dt><span class="simpleTagLabel">Generated</span></dt>
</dl>
</li>
@@ -517,7 +520,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>Boolean Value</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
+<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
<dt><span class="simpleTagLabel">Generated</span></dt>
</dl>
</li>
@@ -540,7 +543,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>Byte Value</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
+<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
<dt><span class="simpleTagLabel">Generated</span></dt>
</dl>
</li>
@@ -563,7 +566,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>Short Value</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
+<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
<dt><span class="simpleTagLabel">Generated</span></dt>
</dl>
</li>
@@ -586,7 +589,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>Int Value</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
+<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
<dt><span class="simpleTagLabel">Generated</span></dt>
</dl>
</li>
@@ -609,7 +612,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>Long Value</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
+<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
<dt><span class="simpleTagLabel">Generated</span></dt>
</dl>
</li>
@@ -632,7 +635,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>Float Value</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
+<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
<dt><span class="simpleTagLabel">Generated</span></dt>
</dl>
</li>
@@ -655,7 +658,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>Double Value</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
+<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
<dt><span class="simpleTagLabel">Generated</span></dt>
</dl>
</li>
@@ -678,7 +681,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>Char Value</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
+<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
<dt><span class="simpleTagLabel">Generated</span></dt>
</dl>
</li>
@@ -701,7 +704,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>String Value</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
+<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
<dt><span class="simpleTagLabel">Generated</span></dt>
</dl>
</li>
@@ -724,7 +727,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>Invocation</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
+<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
<dt><span class="simpleTagLabel">Generated</span></dt>
</dl>
</li>
@@ -747,7 +750,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>Function Invocation</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
+<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
<dt><span class="simpleTagLabel">Generated</span></dt>
</dl>
</li>
@@ -770,7 +773,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>Member Invocation</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
+<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
<dt><span class="simpleTagLabel">Generated</span></dt>
</dl>
</li>
@@ -793,7 +796,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>Access</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
+<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
<dt><span class="simpleTagLabel">Generated</span></dt>
</dl>
</li>
@@ -816,7 +819,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>Static Access</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
+<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
<dt><span class="simpleTagLabel">Generated</span></dt>
</dl>
</li>
@@ -839,7 +842,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>Member Access</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
+<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
<dt><span class="simpleTagLabel">Generated</span></dt>
</dl>
</li>
@@ -862,7 +865,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>Context Access</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
+<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
<dt><span class="simpleTagLabel">Generated</span></dt>
</dl>
</li>
@@ -885,7 +888,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>Contained Object</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
+<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
<dt><span class="simpleTagLabel">Generated</span></dt>
</dl>
</li>
@@ -908,7 +911,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>Linked Object</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
+<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
<dt><span class="simpleTagLabel">Generated</span></dt>
</dl>
</li>
@@ -931,7 +934,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>Linked Expression</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
+<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
<dt><span class="simpleTagLabel">Generated</span></dt>
</dl>
</li>
@@ -954,7 +957,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>List Construction</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
+<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>doSwitch(EObject)</code></a></dd>
<dt><span class="simpleTagLabel">Generated</span></dt>
</dl>
</li>
@@ -965,7 +968,7 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<ul class="blockListLast">
<li class="blockList">
<h4>defaultCase</h4>
-<pre>public&nbsp;<a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">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/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">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;
@@ -973,13 +976,13 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<!-- end-user-doc --></div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
-<dd><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#defaultCase-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util">defaultCase</a></code>&nbsp;in class&nbsp;<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true" title="class or interface in org.eclipse.emf.ecore.util">Switch</a>&lt;<a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a>&gt;</code></dd>
+<dd><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#defaultCase-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util">defaultCase</a></code>&nbsp;in class&nbsp;<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true" title="class or interface in org.eclipse.emf.ecore.util">Switch</a>&lt;<a href="../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="type parameter in ExpressionsSwitch">T</a>&gt;</code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>object</code> - the target of the switch.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the result of interpreting the object as an instance of '<em>EObject</em>'.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>Switch.doSwitch(org.eclipse.emf.ecore.EObject)</code></a></dd>
+<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/util/Switch.html?is-external=true#doSwitch-org.eclipse.emf.ecore.EObject-" title="class or interface in org.eclipse.emf.ecore.util"><code>Switch.doSwitch(org.eclipse.emf.ecore.EObject)</code></a></dd>
<dt><span class="simpleTagLabel">Generated</span></dt>
</dl>
</li>
@@ -1052,6 +1055,6 @@ extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/e
<!-- -->
</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>
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/ExpressionsUtil.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/ExpressionsUtil.html
index 9e030c8588..b23e350226 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/ExpressionsUtil.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/ExpressionsUtil.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>ExpressionsUtil (CDO Model Repository Documentation)</title>
@@ -111,6 +111,10 @@ var activeTableTab = "activeTableTab";
<pre>public class <span class="typeNameLabel">ExpressionsUtil</span>
extends <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
<div class="block">Provides static factory methods for common <a href="../../../../../../org/eclipse/emf/cdo/expressions/Expression.html" title="interface in org.eclipse.emf.cdo.expressions"><code>expressions</code></a>.</div>
+<dl>
+<dt><span class="simpleTagLabel">Author:</span></dt>
+<dd>Eike Stepper</dd>
+</dl>
</li>
</ul>
</div>
@@ -430,6 +434,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>
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/class-use/ExpressionsAdapterFactory.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/class-use/ExpressionsAdapterFactory.html
index c8f4c205ab..4a35e3867d 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/class-use/ExpressionsAdapterFactory.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/class-use/ExpressionsAdapterFactory.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>Uses of Class org.eclipse.emf.cdo.expressions.util.ExpressionsAdapterFactory (CDO Model Repository Documentation)</title>
@@ -162,6 +162,6 @@
<!-- -->
</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>
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/class-use/ExpressionsSwitch.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/class-use/ExpressionsSwitch.html
index a61de56b8f..9553660253 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/class-use/ExpressionsSwitch.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/class-use/ExpressionsSwitch.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>Uses of Class org.eclipse.emf.cdo.expressions.util.ExpressionsSwitch (CDO Model Repository Documentation)</title>
@@ -104,9 +104,9 @@
</tr>
<tbody>
<tr class="altColor">
-<td class="colFirst"><code>protected <a href="../../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="class in org.eclipse.emf.cdo.expressions.util">ExpressionsSwitch</a>&lt;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&gt;</code></td>
+<td class="colFirst"><code>protected <a href="../../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsSwitch.html" title="class in org.eclipse.emf.cdo.expressions.util">ExpressionsSwitch</a>&lt;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Adapter.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Adapter</a>&gt;</code></td>
<td class="colLast"><span class="typeNameLabel">ExpressionsAdapterFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/emf/cdo/expressions/util/ExpressionsAdapterFactory.html#modelSwitch">modelSwitch</a></span></code>
-<div class="block">The switch that delegates to the <code>createXXX</code> methods</div>
+<div class="block">The switch that delegates to the <code>createXXX</code> methods.</div>
</td>
</tr>
</tbody>
@@ -162,6 +162,6 @@
<!-- -->
</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>
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/class-use/ExpressionsUtil.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/class-use/ExpressionsUtil.html
index 25c96ca571..3d8d693133 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/class-use/ExpressionsUtil.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/class-use/ExpressionsUtil.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>Uses of Class org.eclipse.emf.cdo.expressions.util.ExpressionsUtil (CDO Model Repository Documentation)</title>
@@ -118,6 +118,6 @@
<!-- -->
</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>
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/package-frame.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/package-frame.html
index 457802ce4d..d754409c29 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/package-frame.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/package-frame.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>org.eclipse.emf.cdo.expressions.util (CDO Model Repository Documentation)</title>
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/package-summary.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/package-summary.html
index 05d7ad65ec..fece2771ac 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/package-summary.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/package-summary.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>org.eclipse.emf.cdo.expressions.util (CDO Model Repository Documentation)</title>
@@ -159,6 +159,6 @@
<!-- -->
</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>
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/package-use.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/package-use.html
index f256bbbab0..82bbf80b06 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/package-use.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/expressions/util/package-use.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>Uses of Package org.eclipse.emf.cdo.expressions.util (CDO Model Repository Documentation)</title>
@@ -178,6 +178,6 @@
<!-- -->
</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