# File lib/taskjuggler/Attributes.rb, line 296 def initialize(property, type, container) super end
# File lib/taskjuggler/Attributes.rb, line 300 def FloatAttribute::tjpId 'float' end
# File lib/taskjuggler/Attributes.rb, line 304 def to_tjp id + ' ' + get.to_s end