# File lib/rgen/ecore/ecore_ext.rb, line 55 def qualifiedName if ePackage ePackage.qualifiedName+"::"+name else name end end