From 0306f5715342ef2722077475c5440307341420c2 Mon Sep 17 00:00:00 2001 From: Eike Stepper Date: Sat, 28 May 2011 11:18:15 +0000 Subject: javadoc -> doc plugin --- .../emf/cdo/common/revision/CDORevisionData.html | 527 +++++++++++++++++++++ 1 file changed, 527 insertions(+) create mode 100644 plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/CDORevisionData.html (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/CDORevisionData.html') diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/CDORevisionData.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/CDORevisionData.html new file mode 100644 index 0000000000..19eb627334 --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/CDORevisionData.html @@ -0,0 +1,527 @@ + + + + + + +CDORevisionData (CDO API Specification) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.eclipse.emf.cdo.common.revision +
+Interface CDORevisionData

+
+
All Known Subinterfaces:
InternalCDORevision
+
+
+
All Known Implementing Classes:
AbstractCDORevision, BaseCDORevision, DelegatingCDORevision, DetachedCDORevision, PointerCDORevision, StubCDORevision, SyntheticCDORevision
+
+
+
+
public interface CDORevisionData
+ + +

+

+
Author:
+
Eike Stepper
+
No Implement
+
This interface is not intended to be implemented by clients.
+
No Extend
+
This interface is not intended to be extended by clients.
+
+
+ +

+ + + + + + + + + + + +
+Field Summary
+static ObjectNIL + +
+          The equivalent of EStructuralFeatureImpl.NIL (i.e. explicit null).
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleancontains(EStructuralFeature feature, + Object value) + +
+           
+ Objectget(EStructuralFeature feature, + int index) + +
+           
+ ObjectgetContainerID() + +
+           
+ intgetContainingFeatureID() + +
+           
+ CDOIDgetResourceID() + +
+           
+ inthashCode(EStructuralFeature feature) + +
+           
+ intindexOf(EStructuralFeature feature, + Object value) + +
+           
+ booleanisEmpty(EStructuralFeature feature) + +
+           
+ intlastIndexOf(EStructuralFeature feature, + Object value) + +
+           
+ CDORevisionrevision() + +
+           
+ intsize(EStructuralFeature feature) + +
+           
+ Object[]toArray(EStructuralFeature feature) + +
+           
+ + + + + +
+<T> T[]
+
toArray(EStructuralFeature feature, + T[] array) + +
+           
+  +

+ + + + + + + + +
+Field Detail
+ +

+NIL

+
+static final Object NIL
+
+
The equivalent of EStructuralFeatureImpl.NIL (i.e. explicit null). +

+

+
Since:
+
3.0
+
+
+ + + + + + + + +
+Method Detail
+ +

+revision

+
+CDORevision revision()
+
+
+
Since:
+
2.0
+
+
+
+
+ +

+getResourceID

+
+CDOID getResourceID()
+
+
+
+
+
+
+ +

+getContainerID

+
+Object getContainerID()
+
+
+
Since:
+
2.0
+
+
+
+
+ +

+getContainingFeatureID

+
+int getContainingFeatureID()
+
+
+
+
+
+
+ +

+get

+
+Object get(EStructuralFeature feature,
+           int index)
+
+
+
Since:
+
2.0
+
+
+
+
+ +

+size

+
+int size(EStructuralFeature feature)
+
+
+
Since:
+
2.0
+
+
+
+
+ +

+isEmpty

+
+boolean isEmpty(EStructuralFeature feature)
+
+
+
Since:
+
2.0
+
+
+
+
+ +

+contains

+
+boolean contains(EStructuralFeature feature,
+                 Object value)
+
+
+
Since:
+
2.0
+
+
+
+
+ +

+indexOf

+
+int indexOf(EStructuralFeature feature,
+            Object value)
+
+
+
Since:
+
2.0
+
+
+
+
+ +

+lastIndexOf

+
+int lastIndexOf(EStructuralFeature feature,
+                Object value)
+
+
+
Since:
+
2.0
+
+
+
+
+ +

+toArray

+
+<T> T[] toArray(EStructuralFeature feature,
+                T[] array)
+
+
+
Since:
+
2.0
+
+
+
+
+ +

+toArray

+
+Object[] toArray(EStructuralFeature feature)
+
+
+
Since:
+
2.0
+
+
+
+
+ +

+hashCode

+
+int hashCode(EStructuralFeature feature)
+
+
+
Since:
+
2.0
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others. + + -- cgit v1.2.3