| Package | Description | 
|---|---|
| fr.inria.atlanmod.neoemf.io.proxy | Provides simple representations of objects used during import/export. | 
| Modifier and Type | Field and Description | 
|---|---|
| static ProxyPackage | ProxyPackage. DEFAULTThe instance of the default namespace:  ecore @ http://www.eclipse.org/emf/2002/Ecore. | 
| Modifier and Type | Method and Description | 
|---|---|
| ProxyPackage | ProxyPackage.Registry. get(org.eclipse.emf.ecore.EPackage ePackage)Returns a  ProxyPackagefrom the specifiedePackage. | 
| ProxyPackage | ProxyPackage.Registry. getByPrefix(String prefix)Returns a  ProxyPackageidentified by the givenprefix, ornullif no namespace is
 registered with thisprefix. | 
| ProxyPackage | ProxyPackage.Registry. getByUri(String uri)Returns a  ProxyPackageidentified by the givenuri, ornullif no namespace is
 registered with thisuri. | 
| ProxyPackage | ProxyClass. getNamespace()Returns the namespace of this meta-class. | 
| ProxyPackage | ProxyPackage.Registry. register(org.eclipse.emf.ecore.EPackage ePackage)Registers a new  ProxyPackagefrom the givenePackage. | 
| ProxyPackage | ProxyPackage.Registry. register(String prefix,
        String uri) | 
| ProxyPackage | ProxyPackage. setOrigin(org.eclipse.emf.ecore.EPackage ePackage) | 
| Constructor and Description | 
|---|
| ProxyClass(ProxyPackage ns)Constructs a new  ProxyClasswith the givenns. | 
| ProxyClass(ProxyPackage ns,
          String name)Constructs a new  ProxyClasswith the givennsandname. | 
Copyright © 2013–2019 Atlanmod. All rights reserved.