org.metadiff.ext.tucsdiff
Class TucsDiffSetOperation

java.lang.Object
  extended byorg.metadiff.ext.tucsdiff.TucsDiffOperation
      extended byorg.metadiff.ext.tucsdiff.TucsDiffSetOperation

public class TucsDiffSetOperation
extends TucsDiffOperation

Author:
Mark Kofman

Field Summary
private  org.eclipse.emf.ecore.EObject eObject
           
private  org.eclipse.emf.ecore.EStructuralFeature feature
           
private  java.lang.Object newValue
           
private  java.lang.Object oldValue
           
 
Constructor Summary
TucsDiffSetOperation(org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EStructuralFeature feature, java.lang.Object oldValue, java.lang.Object newValue)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

eObject

private org.eclipse.emf.ecore.EObject eObject

feature

private org.eclipse.emf.ecore.EStructuralFeature feature

oldValue

private java.lang.Object oldValue

newValue

private java.lang.Object newValue
Constructor Detail

TucsDiffSetOperation

public TucsDiffSetOperation(org.eclipse.emf.ecore.EObject eObject,
                            org.eclipse.emf.ecore.EStructuralFeature feature,
                            java.lang.Object oldValue,
                            java.lang.Object newValue)
Method Detail

toString

public java.lang.String toString()