blob: 2b0f80d899f49fba450eabeb9a92681af49a1f03 [file] [log] [blame]
/*
* Copyright (c) 2008, 2009 Borland Software Corp.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Artem Tikhomirov (Borland) - initial API and implementation
*/
«IMPORT 'http://www.eclipse.org/emf/2002/Ecore'»
«DEFINE accessor FOR ecore::EStructuralFeature»«eContainingClass.ePackage.name.firstToUpper()»Package.eINSTANCE.get«eContainingClass.name.firstToUpper()»_«name.firstToUpper()»()«ENDDEFINE»
«DEFINE factory FOR ecore::EClassifier»«ERROR 'abstract MM::factory for ' + name»«ENDDEFINE»
«DEFINE factory FOR ecore::EClass»«ePackage.name.firstToUpper()»Factory.eINSTANCE.create«name.firstToUpper()»()«ENDDEFINE»