Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/id/CDOIDUtil.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/id/CDOIDUtil.html24
1 files changed, 23 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/id/CDOIDUtil.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/id/CDOIDUtil.html
index 2a6e363966..6101aa3628 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/id/CDOIDUtil.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/id/CDOIDUtil.html
@@ -102,7 +102,8 @@ Class CDOIDUtil</H2>
</DL>
<map id="APIVIZ" name="APIVIZ">
-<area shape="rect" id="node1" href="CDOIDUtil.html" title="&#171;static&#187; CDOIDUtil" alt="" coords="5,5,85,45"/>
+<area shape="rect" id="node1" href="CDOIDUtil.html" title="&#171;static&#187; CDOIDUtil" alt="" coords="9,5,89,45"/>
+<area shape="rect" id="node2" href="CDOWithID.html" title="&#171;interface&#187; CDOWithID" alt="" coords="5,101,93,141"/>
</map>
<CENTER><IMG SRC="CDOIDUtil.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
@@ -273,6 +274,14 @@ Various static methods that may help with CDO <A HREF="../../../../../../org/ecl
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;<A HREF="../../../../../../org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id">CDOID</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/common/id/CDOIDUtil.html#getCDOID(java.lang.Object)">getCDOID</A></B>(<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>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../../../org/eclipse/emf/cdo/common/model/CDOClassifierRef.html" title="class in org.eclipse.emf.cdo.common.model">CDOClassifierRef</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/common/id/CDOIDUtil.html#getClassifierRef(org.eclipse.emf.cdo.common.id.CDOID)">getClassifierRef</A></B>(<A HREF="../../../../../../org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id">CDOID</A>&nbsp;id)</CODE>
@@ -360,6 +369,19 @@ Various static methods that may help with CDO <A HREF="../../../../../../org/ecl
</TR>
</TABLE>
+<A NAME="getCDOID(java.lang.Object)"><!-- --></A><H3>
+getCDOID</H3>
+<PRE>
+public static <A HREF="../../../../../../org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id">CDOID</A> <B>getCDOID</B>(<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)</PRE>
+<DL>
+<DD><DL>
+<DT><B>Since:</B></DT>
+ <DD>4.2</DD>
+</DL>
+</DD>
+</DL>
+<HR>
+
<A NAME="isNull(org.eclipse.emf.cdo.common.id.CDOID)"><!-- --></A><H3>
isNull</H3>
<PRE>

Back to the top