# File lib/rbvmomi/type_loader.rb, line 38
  def has_type? name
    fail unless name.is_a? String
    @typenames.member? name
  end