# File lib/rgen/metamodel_builder/intermediate/feature.rb, line 140
  def self.properties
    Properties.keys.sort{|a,b| a.to_s <=> b.to_s}
  end