org.eclipse.emf.cdo.common.revision.delta
Interface CDOContainerFeatureDelta

All Superinterfaces:
CDOFeatureDelta

public interface CDOContainerFeatureDelta
extends CDOFeatureDelta

A feature delta that represents a modification of the eContainer feature.

No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.common.revision.delta.CDOFeatureDelta
CDOFeatureDelta.Type
 
Field Summary
static EReference CONTAINER_FEATURE
           
 
Fields inherited from interface org.eclipse.emf.cdo.common.revision.delta.CDOFeatureDelta
NO_INDEX, UNKNOWN_VALUE
 
Method Summary
 int getContainerFeatureID()
           
 Object getContainerID()
           
 CDOID getResourceID()
           
 
Methods inherited from interface org.eclipse.emf.cdo.common.revision.delta.CDOFeatureDelta
accept, apply, copy, getFeature, getType, isStructurallyEqual
 

Field Detail

CONTAINER_FEATURE

static final EReference CONTAINER_FEATURE
Since:
2.0
Method Detail

getResourceID

CDOID getResourceID()
Since:
2.0

getContainerID

Object getContainerID()
Since:
2.0

getContainerFeatureID

int getContainerFeatureID()


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.