Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 76c3a5be69eebcc215f7ce124a6464e0293c284a (plain) (blame)
1
2
3
4
5
6
[comment encoding = UTF-8 /]
[module WrappingListUtils('http://www.eclipse.org/emf/2002/Ecore','http://www.eclipse.org/papyrus/facademapping', 'http://www.eclipse.org/emf/2002/GenModel','http://www.eclipse.org/uml2/2.2.0/GenModel')/]

[query public getWrappingListConstructor(genClass:GenClass,  genFeature:GenFeature,  typeArgument:String) : String
= invoke('org.eclipse.papyrus.facade.codegen.utils.WrappingListUtils', 'getWrappingListConstructor(org.eclipse.emf.codegen.ecore.genmodel.GenClass, org.eclipse.emf.codegen.ecore.genmodel.GenFeature, java.lang.String)', Sequence{ genClass,  genFeature,  typeArgument}) 
/]

Back to the top