Package akka.protobuf

Interface ProtocolMessageEnum

    • Method Detail

      • getNumber

        int getNumber()
        Return the value's numeric value as defined in the .proto file.
        Specified by:
        getNumber in interface Internal.EnumLite
      • getValueDescriptor

        Descriptors.EnumValueDescriptor getValueDescriptor()
        Return the value's descriptor, which contains information such as value name, number, and type.
      • getDescriptorForType

        Descriptors.EnumDescriptor getDescriptorForType()
        Return the enum type's descriptor, which contains information about each defined value, etc.