org.eclipse.emf.cdo.common.revision.delta
Interface CDOSetFeatureDelta

All Superinterfaces:
CDOFeatureDelta

public interface CDOSetFeatureDelta
extends CDOFeatureDelta

A feature delta that represents a value change of a single-valued feature.

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.CDOFeatureDelta
CDOFeatureDelta.Type
 
Field Summary
static Object UNSPECIFIED
           
 
Fields inherited from interface org.eclipse.emf.cdo.common.revision.delta.CDOFeatureDelta
NO_INDEX, UNKNOWN_VALUE
 
Method Summary
 int getIndex()
           
 Object getOldValue()
           
 Object getValue()
           
 
Methods inherited from interface org.eclipse.emf.cdo.common.revision.delta.CDOFeatureDelta
accept, apply, copy, getFeature, getType, isStructurallyEqual
 

Field Detail

UNSPECIFIED

static final Object UNSPECIFIED
Since:
4.0
Method Detail

getIndex

int getIndex()

getValue

Object getValue()

getOldValue

Object getOldValue()
Since:
4.0


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.