Uses of Interface
org.eclipse.m2m.atl.profiler.exportmodel.AtlOperationExport

Packages that use AtlOperationExport
org.eclipse.m2m.atl.profiler.exportmodel   
org.eclipse.m2m.atl.profiler.exportmodel.impl   
org.eclipse.m2m.atl.profiler.exportmodel.util   
 

Uses of AtlOperationExport in org.eclipse.m2m.atl.profiler.exportmodel
 

Methods in org.eclipse.m2m.atl.profiler.exportmodel that return AtlOperationExport
 AtlOperationExport ExportmodelFactory.createAtlOperationExport()
          Returns a new object of class 'Atl Operation Export'
 

Methods in org.eclipse.m2m.atl.profiler.exportmodel that return types with arguments of type AtlOperationExport
 org.eclipse.emf.common.util.EList<AtlOperationExport> ExportRoot.getOperation()
          Returns the value of the 'Operation' containment reference list.
 

Uses of AtlOperationExport in org.eclipse.m2m.atl.profiler.exportmodel.impl
 

Classes in org.eclipse.m2m.atl.profiler.exportmodel.impl that implement AtlOperationExport
 class AtlOperationExportImpl
          An implementation of the model object 'Atl Operation Export'
 

Fields in org.eclipse.m2m.atl.profiler.exportmodel.impl with type parameters of type AtlOperationExport
protected  org.eclipse.emf.common.util.EList<AtlOperationExport> ExportRootImpl.operation
          The cached value of the 'Operation' containment reference list
 

Methods in org.eclipse.m2m.atl.profiler.exportmodel.impl that return AtlOperationExport
 AtlOperationExport ExportmodelFactoryImpl.createAtlOperationExport()
           
 

Methods in org.eclipse.m2m.atl.profiler.exportmodel.impl that return types with arguments of type AtlOperationExport
 org.eclipse.emf.common.util.EList<AtlOperationExport> ExportRootImpl.getOperation()
           
 

Uses of AtlOperationExport in org.eclipse.m2m.atl.profiler.exportmodel.util
 

Methods in org.eclipse.m2m.atl.profiler.exportmodel.util with parameters of type AtlOperationExport
 T ExportmodelSwitch.caseAtlOperationExport(AtlOperationExport object)
          Returns the result of interpreting the object as an instance of 'Atl Operation Export'
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.