Interface CDOListFeatureDelta
- 
- All Superinterfaces:
- CDOFeatureDelta,- CDOOriginSizeProvider
 
 public interface CDOListFeatureDelta extends CDOFeatureDelta, CDOOriginSizeProvider Afeature deltathat represents any modification of the list of a many-valuedfeature. The detailed changes to this list are returned by thegetListChanges()method.- 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 Summary- 
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 java.util.List<CDOFeatureDelta>getListChanges()- 
Methods inherited from interface org.eclipse.emf.cdo.common.revision.delta.CDOFeatureDeltaaccept, apply, applyTo, copy, getFeature, getType, isStructurallyEqual
 - 
Methods inherited from interface org.eclipse.emf.cdo.common.revision.delta.CDOOriginSizeProvidergetOriginSize
 
- 
 
- 
- 
- 
Method Detail- 
getListChangesjava.util.List<CDOFeatureDelta> getListChanges() 
 
- 
 
-