module RGen::ECore::EAttribute::ClassModule
Public Instance Methods
RubyType()
click to toggle source
# File lib/mmgen/mm_ext/ecore_mmgen_ext.rb, line 83 def RubyType typeMap = {'float' => 'Float', 'int' => 'Integer'} (self.getType && typeMap[self.getType.downcase]) || 'String' end