# File lib/dnsruby/resource/NXT.rb, line 260
    def self.from_names_string(names_string)
      type_codes = BitMapping.names_string_to_codes(names_string)
      from_type_codes(type_codes)
    end