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

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

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

Methods in org.eclipse.emf.compare.diff.metamodel that return RemoteUpdateAttribute
 RemoteUpdateAttribute DiffFactory.createRemoteUpdateAttribute()
          Returns a new object of class 'Remote Update Attribute'.
 

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

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement RemoteUpdateAttribute
 class RemoteUpdateAttributeImpl
          An implementation of the model object 'Remote Update Attribute'
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return RemoteUpdateAttribute
 RemoteUpdateAttribute DiffFactoryImpl.createRemoteUpdateAttribute()
           
 

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

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


Copyright 2006 IBM Corporation and others.
All Rights Reserved.