| Package | Description |
|---|---|
| org.eclipse.emf.ecore.xmi | |
| org.eclipse.emf.ecore.xmi.impl |
| Modifier and Type | Method and Description |
|---|---|
XMLResource.XMLInfo |
XMLResource.XMLMap.getInfo(ENamedElement element)
Returns the XMLInfo object for the given Ecore
construct, if there is one.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLResource.XMLMap.add(ENamedElement element,
XMLResource.XMLInfo info)
Add an XMLInfo object for an Ecore construct to
the map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLInfoImpl
This class is used with the XMLMap class to describe how
to serialize objects and features.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<ENamedElement,XMLResource.XMLInfo> |
XMLMapImpl.ecoreToXMLInfo |
| Modifier and Type | Method and Description |
|---|---|
protected XMLResource.XMLInfo |
EMOFResourceFactoryImpl.createXMLInfo() |
protected XMLResource.XMLInfo |
EMOFResourceFactoryImpl.createXMLInfo(java.lang.String name) |
XMLResource.XMLInfo |
XMLMapImpl.getInfo(ENamedElement element)
Returns the XMLInfo object for the given Ecore
construct, if there is one.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLMapImpl.add(ENamedElement element,
XMLResource.XMLInfo info)
Add an XMLInfo object for an Ecore construct to
the map.
|
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature