Uses of Interface
org.eclipse.emf.compare.diff.metamodel.RemoveReferenceValue

Packages that use RemoveReferenceValue
org.eclipse.emf.compare.diff.metamodel   
org.eclipse.emf.compare.diff.metamodel.impl   
org.eclipse.emf.compare.diff.metamodel.util   
 

Uses of RemoveReferenceValue in org.eclipse.emf.compare.diff.metamodel
 

Methods in org.eclipse.emf.compare.diff.metamodel that return RemoveReferenceValue
 RemoveReferenceValue DiffFactory.createRemoveReferenceValue()
          Returns a new object of class 'Remove Reference Value'.
 

Uses of RemoveReferenceValue in org.eclipse.emf.compare.diff.metamodel.impl
 

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement RemoveReferenceValue
 class RemoveReferenceValueImpl
          An implementation of the model object 'Remove Reference Value'
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return RemoveReferenceValue
 RemoveReferenceValue DiffFactoryImpl.createRemoveReferenceValue()
           
 

Uses of RemoveReferenceValue in org.eclipse.emf.compare.diff.metamodel.util
 

Methods in org.eclipse.emf.compare.diff.metamodel.util with parameters of type RemoveReferenceValue
 T DiffSwitch.caseRemoveReferenceValue(RemoveReferenceValue object)
          Returns the result of interpreting the object as an instance of 'Remove Reference Value'
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.