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

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

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

Methods in org.eclipse.emf.mapping.ecore2xml that return XMLInfo
 XMLInfo Ecore2XMLFactory.createXMLInfo()
          Returns a new object of class 'XML Info'
 

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

Classes in org.eclipse.emf.mapping.ecore2xml.impl that implement XMLInfo
 class XMLInfoImpl
           An implementation of the model object 'XML Info'
 

Fields in org.eclipse.emf.mapping.ecore2xml.impl declared as XMLInfo
protected  XMLInfo ENamedElementToXMLInfoMapEntryImpl.value
          The cached value of the 'Value' containment reference
 

Methods in org.eclipse.emf.mapping.ecore2xml.impl that return XMLInfo
 XMLInfo Ecore2XMLFactoryImpl.createXMLInfo()
           
 XMLInfo ENamedElementToXMLInfoMapEntryImpl.getTypedValue()
           
 

Methods in org.eclipse.emf.mapping.ecore2xml.impl with parameters of type XMLInfo
 NotificationChain ENamedElementToXMLInfoMapEntryImpl.basicSetTypedValue(XMLInfo newValue, NotificationChain msgs)
           
 void ENamedElementToXMLInfoMapEntryImpl.setTypedValue(XMLInfo newValue)
           
 

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

Methods in org.eclipse.emf.mapping.ecore2xml.util with parameters of type XMLInfo
 Object Ecore2XMLSwitch.caseXMLInfo(XMLInfo object)
          Returns the result of interpretting the object as an instance of 'XML Info'
 


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