# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: InjectionMethod.proto

require 'google/protobuf'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("InjectionMethod.proto", :syntax => :proto2) do
    add_enum "nuva.InjectionMethod" do
      value :UnspecifiedInjectionMethod, 0
      value :Intramuscular, 1
      value :Subcutaneous, 2
      value :Oral, 3
      value :Intranasal, 4
      value :Intradermal, 5
    end
  end
end

module Nuva
  InjectionMethod = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("nuva.InjectionMethod").enummodule
end