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

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

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

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

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

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

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return AddReferenceValue
 AddReferenceValue DiffFactoryImpl.createAddReferenceValue()
           
 

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

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


Copyright 2006 IBM Corporation and others.
All Rights Reserved.