Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/IListMapping.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/IListMapping.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/IListMapping.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/IListMapping.html
index bb5f948d06..0507141b3e 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/IListMapping.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/IListMapping.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>IListMapping (CDO Model Repository Documentation)</title>
@@ -109,6 +109,8 @@ var activeTableTab = "activeTableTab";
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>2.0</dd>
+<dt><span class="simpleTagLabel">Author:</span></dt>
+<dd>Eike Stepper, Stefan Winkler</dd>
</dl>
</li>
</ul>
@@ -135,7 +137,7 @@ var activeTableTab = "activeTableTab";
</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/ecore/EStructuralFeature.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EStructuralFeature</a></code></td>
+<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EStructuralFeature.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EStructuralFeature</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/eclipse/emf/cdo/server/db/mapping/IListMapping.html#getFeature--">getFeature</a></span>()</code>
<div class="block">Return the mapped feature.</div>
</td>
@@ -202,7 +204,7 @@ var activeTableTab = "activeTableTab";
<ul class="blockList">
<li class="blockList">
<h4>getFeature</h4>
-<pre><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.11/org/eclipse/emf/ecore/EStructuralFeature.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EStructuralFeature</a>&nbsp;getFeature()</pre>
+<pre><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EStructuralFeature.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EStructuralFeature</a>&nbsp;getFeature()</pre>
<div class="block">Return the mapped feature.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
@@ -255,7 +257,7 @@ var activeTableTab = "activeTableTab";
<dd><code>accessor</code> - the accessor to use.</dd>
<dd><code>revision</code> - the revision into which the list values should be read.</dd>
<dd><code>listChunk</code> - indicating the lazy loading behavior: <a href="../../../../../../../org/eclipse/emf/cdo/common/revision/CDORevision.html#UNCHUNKED"><code>CDORevision.UNCHUNKED</code></a> means that the whole list should be
- read. Else, if <code>listChunk >= 0</code>, the list is filled with <a href="../../../../../../../org/eclipse/emf/cdo/spi/common/revision/InternalCDOList.html#UNINITIALIZED"><code>InternalCDOList.UNINITIALIZED</code></a>
+ read. Else, if <code>listChunk &gt;= 0</code>, the list is filled with <a href="../../../../../../../org/eclipse/emf/cdo/spi/common/revision/InternalCDOList.html#UNINITIALIZED"><code>InternalCDOList.UNINITIALIZED</code></a>
and only the first <code>listChunk</code> values are read.</dd>
</dl>
</li>
@@ -388,6 +390,6 @@ var activeTableTab = "activeTableTab";
<!-- -->
</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