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

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

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

Methods in org.eclipse.emf.compare.diff.metamodel that return RemoveAttribute
 RemoveAttribute DiffFactory.createRemoveAttribute()
          Returns a new object of class 'Remove Attribute'.
 

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

Classes in org.eclipse.emf.compare.diff.metamodel.impl that implement RemoveAttribute
 class RemoveAttributeImpl
          An implementation of the model object 'Remove Attribute'.
 

Methods in org.eclipse.emf.compare.diff.metamodel.impl that return RemoveAttribute
 RemoveAttribute DiffFactoryImpl.createRemoveAttribute()
           
 

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

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


Copyright 2006 IBM Corporation and others.
All Rights Reserved.