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

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

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

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

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

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement RemoteAddReferenceValue
 class RemoteAddReferenceValueImpl
          An implementation of the model object 'Remote Add Reference Value'
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return RemoteAddReferenceValue
 RemoteAddReferenceValue DiffFactoryImpl.createRemoteAddReferenceValue()
           
 

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

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


Copyright 2006 IBM Corporation and others.
All Rights Reserved.