Interface CDOSetFeatureDelta
- 
- All Superinterfaces:
- CDOFeatureDelta
 
 public interface CDOSetFeatureDelta extends CDOFeatureDelta Afeature deltathat represents a value change of a single-valuedfeature.- 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 java.lang.ObjectUNSPECIFIEDDeprecated.As of 4.6 useCDOFeatureDelta.UNKNOWN_VALUE.- 
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 intgetIndex()java.lang.ObjectgetOldValue()java.lang.ObjectgetValue()- 
Methods inherited from interface org.eclipse.emf.cdo.common.revision.delta.CDOFeatureDeltaaccept, apply, applyTo, copy, getFeature, getType, isStructurallyEqual
 
- 
 
- 
- 
- 
Field Detail- 
UNSPECIFIED@Deprecated static final java.lang.Object UNSPECIFIED Deprecated.As of 4.6 useCDOFeatureDelta.UNKNOWN_VALUE.- Since:
- 4.0
 
 
- 
 
-