Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/developer/org.eclipse.papyrus.domaincontextcodegen/transforsrc/org/eclipse/papyrus/domaincontextcodegen/modules/ModelUtils.mtl')
-rw-r--r--plugins/developer/org.eclipse.papyrus.domaincontextcodegen/transforsrc/org/eclipse/papyrus/domaincontextcodegen/modules/ModelUtils.mtl13
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/developer/org.eclipse.papyrus.domaincontextcodegen/transforsrc/org/eclipse/papyrus/domaincontextcodegen/modules/ModelUtils.mtl b/plugins/developer/org.eclipse.papyrus.domaincontextcodegen/transforsrc/org/eclipse/papyrus/domaincontextcodegen/modules/ModelUtils.mtl
deleted file mode 100644
index c850b615531..00000000000
--- a/plugins/developer/org.eclipse.papyrus.domaincontextcodegen/transforsrc/org/eclipse/papyrus/domaincontextcodegen/modules/ModelUtils.mtl
+++ /dev/null
@@ -1,13 +0,0 @@
-[comment encoding = UTF-8 /]
-[module ModelUtils('http://www.eclipse.org/papyrus/2010/domaincontextcodegen', 'http://www.eclipse.org/emf/2002/GenModel', 'http://www.eclipse.org/emf/2002/Ecore')/]
-
-[query public getSemanticHint(type : ElementType) : String = type.owner.domain.elementTypeNamePrefix + '::' + type.name/]
-[query public getElementTypeID(type : ElementType) : String = type.owner.domain.elementTypeIDPrefix + '.' + type.name/]
-[query public getCommandID(type : ElementType) : String = type.owner.domain.handlerProjectName + '.' + type.name + 'CreateCommand'/]
-[query public getCommandHandler(type : ElementType) : String = type.owner.domain.handlerProjectName + '.handler.' + type.name + 'Handler'/]
-
-[query public formatUpperWithSep(str : String) : String = invoke('org.eclipse.papyrus.domaincontextcodegen.modules.utils.StringUtils', 'formatUpperWithSep(java.lang.String)', Sequence{str})/]
-
-[query public isAbstract(type : ElementType) : Boolean = invoke('org.eclipse.papyrus.domaincontextcodegen.modules.utils.ModelUtils', 'isAbstract(org.eclipse.papyrus.domaincontextcodegen.ElementType)', Sequence{type})/]
-
- \ No newline at end of file

Back to the top