Interface CDOFeatureDelta
- All Known Subinterfaces:
CDOAddFeatureDelta
,CDOClearFeatureDelta
,CDOContainerFeatureDelta
,CDOListFeatureDelta
,CDOMoveFeatureDelta
,CDORemoveFeatureDelta
,CDOSetFeatureDelta
,CDOUnsetFeatureDelta
,InternalCDOFeatureDelta
public interface CDOFeatureDelta
Represents a change delta between two values of a single
feature
.- 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
Modifier and TypeInterfaceDescriptionstatic enum
Enumerates the possible types offeature deltas
. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(CDOFeatureDeltaVisitor visitor) void
apply
(CDORevision revision) Deprecated.applyTo
(CDORevision revision) copy()
getType()
boolean
-
Field Details
-
NO_INDEX
static final int NO_INDEX- Since:
- 4.0
- See Also:
-
UNKNOWN_VALUE
- Since:
- 3.0
-
-
Method Details
-
getType
CDOFeatureDelta.Type getType() -
getFeature
EStructuralFeature getFeature()- Since:
- 2.0
-
apply
Deprecated.As of 4.3 useapplyTo(CDORevision)
. -
applyTo
- Since:
- 4.3
-
accept
-
copy
CDOFeatureDelta copy()- Since:
- 3.0
-
isStructurallyEqual
- Since:
- 4.0
-
applyTo(CDORevision)
.