Uses of Interface
org.eclipse.emf.mapping.ecore2xml.XMLMap

Packages that use XMLMap
org.eclipse.emf.mapping.ecore2xml   
org.eclipse.emf.mapping.ecore2xml.impl   
org.eclipse.emf.mapping.ecore2xml.util   
 

Uses of XMLMap in org.eclipse.emf.mapping.ecore2xml
 

Methods in org.eclipse.emf.mapping.ecore2xml that return XMLMap
 XMLMap Ecore2XMLFactory.createXMLMap()
          Returns a new object of class 'XML Map'
 

Uses of XMLMap in org.eclipse.emf.mapping.ecore2xml.impl
 

Classes in org.eclipse.emf.mapping.ecore2xml.impl that implement XMLMap
 class XMLMapImpl
          An implementation of the model object 'XML Map'
 

Methods in org.eclipse.emf.mapping.ecore2xml.impl that return XMLMap
 XMLMap Ecore2XMLFactoryImpl.createXMLMap()
           
 

Uses of XMLMap in org.eclipse.emf.mapping.ecore2xml.util
 

Methods in org.eclipse.emf.mapping.ecore2xml.util with parameters of type XMLMap
 T Ecore2XMLSwitch.caseXMLMap(XMLMap object)
          Returns the result of interpreting the object as an instance of 'XML Map'
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.