org.eclipse.emf.ecore.util.BasicExtendedMetaData Java Examples
The following examples show how to use
org.eclipse.emf.ecore.util.BasicExtendedMetaData.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: BeansResourceFactoryImpl.java From hybris-commerce-eclipse-plugin with Apache License 2.0 | 2 votes |
/** * Creates an instance of the resource factory. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public BeansResourceFactoryImpl() { super(); extendedMetaData = new BasicExtendedMetaData(new EPackageRegistryImpl(EPackage.Registry.INSTANCE)); extendedMetaData.putPackage(null, BeansPackage.eINSTANCE); }
Example #2
Source File: jpdl32ResourceFactoryImpl.java From bonita-studio with GNU General Public License v2.0 | 2 votes |
/** * Creates an instance of the resource factory. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public jpdl32ResourceFactoryImpl() { super(); extendedMetaData = new BasicExtendedMetaData(new EPackageRegistryImpl(EPackage.Registry.INSTANCE)); extendedMetaData.putPackage(null, jpdl32Package.eINSTANCE); }