Interface CDOContainerFeatureDelta
- 
- All Superinterfaces:
- CDOFeatureDelta
 
 public interface CDOContainerFeatureDelta extends CDOFeatureDelta Afeature deltathat represents a modification of theeContainerfeature.- Author:
- Simon McDuff
- 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.CDOFeatureDeltaCDOFeatureDelta.Type
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static org.eclipse.emf.ecore.EReferenceCONTAINER_FEATURE- 
Fields inherited from interface org.eclipse.emf.cdo.common.revision.delta.CDOFeatureDeltaNO_INDEX, UNKNOWN_VALUE
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetContainerFeatureID()java.lang.ObjectgetContainerID()CDOIDgetResourceID()- 
Methods inherited from interface org.eclipse.emf.cdo.common.revision.delta.CDOFeatureDeltaaccept, apply, applyTo, copy, getFeature, getType, isStructurallyEqual
 
- 
 
- 
- 
- 
Method Detail- 
getResourceIDCDOID getResourceID() - Since:
- 2.0
 
 - 
getContainerIDjava.lang.Object getContainerID() - Since:
- 2.0
 
 - 
getContainerFeatureIDint getContainerFeatureID() 
 
- 
 
-