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

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

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

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

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

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

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return RemoteRemoveReferenceValue
 RemoteRemoveReferenceValue DiffFactoryImpl.createRemoteRemoveReferenceValue()
           
 

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

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


Copyright 2006 IBM Corporation and others.
All Rights Reserved.