org.eclipse.emf.cdo.common.revision.delta
Interface CDOListFeatureDelta
- All Superinterfaces:
- CDOFeatureDelta
- public interface CDOListFeatureDelta
- extends CDOFeatureDelta
A feature delta
that represents any modification of the list of a many-valued
feature
. The detailed changes to this list are returned by the getListChanges()
method.
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
getListChanges
List<CDOFeatureDelta> getListChanges()
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.