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
Encapsulates the modeled information and the EMF system values of a revision
.
- 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 Object |
NIL
The equivalent of EStructuralFeatureImpl.NIL (i.e. explicit null ). |
NIL
static final Object NIL
- The equivalent of
EStructuralFeatureImpl.NIL
(i.e. explicit null
).
- Since:
- 3.0
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.