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

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

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

Subinterfaces of UpdateReference in org.eclipse.emf.compare.diff.metamodel
 interface RemoteUpdateUniqueReferenceValue
          A representation of the model object 'Remote Update Unique Reference Value'
 interface UpdateUniqueReferenceValue
          A representation of the model object 'Update Unique Reference Value'
 

Methods in org.eclipse.emf.compare.diff.metamodel that return UpdateReference
 UpdateReference DiffFactory.createUpdateReference()
          Returns a new object of class 'Update Reference'
 

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

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement UpdateReference
 class RemoteUpdateUniqueReferenceValueImpl
          An implementation of the model object 'Remote Update Unique Reference Value'
 class UpdateReferenceImpl
          An implementation of the model object 'Update Reference'.
 class UpdateUniqueReferenceValueImpl
          An implementation of the model object 'Update Unique Reference Value'
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return UpdateReference
 UpdateReference DiffFactoryImpl.createUpdateReference()
           
 

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

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


Copyright 2006 IBM Corporation and others.
All Rights Reserved.