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

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

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

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

Methods in org.eclipse.emf.compare.diff.metamodel that return UpdateUniqueReferenceValue
 UpdateUniqueReferenceValue DiffFactory.createUpdateUniqueReferenceValue()
          Returns a new object of class 'Update Unique Reference Value'.
 

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

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

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return UpdateUniqueReferenceValue
 UpdateUniqueReferenceValue DiffFactoryImpl.createUpdateUniqueReferenceValue()
           
 

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

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


Copyright 2006 IBM Corporation and others.
All Rights Reserved.