Uses of Enum Class
org.apache.camel.quarkus.component.protobuf.it.model.AddressBookProtos.Person.PhoneType
Packages that use AddressBookProtos.Person.PhoneType
-
Uses of AddressBookProtos.Person.PhoneType in org.apache.camel.quarkus.component.protobuf.it.model
Methods in org.apache.camel.quarkus.component.protobuf.it.model that return AddressBookProtos.Person.PhoneTypeModifier and TypeMethodDescriptionAddressBookProtos.Person.PhoneType.forNumber(int value) AddressBookProtos.Person.PhoneNumber.Builder.getType()required .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneType type = 2 [default = HOME];AddressBookProtos.Person.PhoneNumber.getType()required .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneType type = 2 [default = HOME];AddressBookProtos.Person.PhoneNumberOrBuilder.getType()required .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneType type = 2 [default = HOME];AddressBookProtos.Person.PhoneType.valueOf(int value) Deprecated.AddressBookProtos.Person.PhoneType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static AddressBookProtos.Person.PhoneType[]AddressBookProtos.Person.PhoneType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.quarkus.component.protobuf.it.model that return types with arguments of type AddressBookProtos.Person.PhoneTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<AddressBookProtos.Person.PhoneType>AddressBookProtos.Person.PhoneType.internalGetValueMap()Methods in org.apache.camel.quarkus.component.protobuf.it.model with parameters of type AddressBookProtos.Person.PhoneTypeModifier and TypeMethodDescriptionAddressBookProtos.Person.PhoneNumber.Builder.setType(AddressBookProtos.Person.PhoneType value) required .org.apache.camel.quarkus.component.protobuf.it.model.Person.PhoneType type = 2 [default = HOME];