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

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

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

Methods in org.eclipse.emf.compare.diff.metamodel that return RemoteAddAttribute
 RemoteAddAttribute DiffFactory.createRemoteAddAttribute()
          Returns a new object of class 'Remote Add Attribute'
 

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

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement RemoteAddAttribute
 class RemoteAddAttributeImpl
          An implementation of the model object 'Remote Add Attribute'
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return RemoteAddAttribute
 RemoteAddAttribute DiffFactoryImpl.createRemoteAddAttribute()
           
 

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

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


Copyright 2006 IBM Corporation and others.
All Rights Reserved.