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'
 

Methods in org.eclipse.emf.mapping.ecore2xml that return types with arguments of type XMLInfo
 EMap<ENamedElement,XMLInfo> XMLMap.getEcoreToXMLInfo()
          Returns the value of the 'Ecore To XML Info' map.
 

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
 

Fields in org.eclipse.emf.mapping.ecore2xml.impl with type parameters of type XMLInfo
protected  EMap<ENamedElement,XMLInfo> XMLMapImpl.ecoreToXMLInfo
          The cached value of the 'Ecore To XML Info' map
 

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

Methods in org.eclipse.emf.mapping.ecore2xml.impl that return types with arguments of type XMLInfo
 java.util.Map.Entry<ENamedElement,XMLInfo> Ecore2XMLFactoryImpl.createENamedElementToXMLInfoMapEntry()
           
 EMap<ENamedElement,XMLInfo> XMLMapImpl.getEcoreToXMLInfo()
           
 EMap<ENamedElement,XMLInfo> ENamedElementToXMLInfoMapEntryImpl.getEMap()
           
 

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)
           
 XMLInfo ENamedElementToXMLInfoMapEntryImpl.setValue(XMLInfo value)
           
 

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

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

Method parameters in org.eclipse.emf.mapping.ecore2xml.util with type arguments of type XMLInfo
 T Ecore2XMLSwitch.caseENamedElementToXMLInfoMapEntry(java.util.Map.Entry<ENamedElement,XMLInfo> object)
          Returns the result of interpreting the object as an instance of 'ENamed Element To XML Info Map Entry'
 


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