Package akka.protobuf

Class Descriptors.EnumValueDescriptor

  • All Implemented Interfaces:
    Internal.EnumLite
    Enclosing class:
    Descriptors

    public static final class Descriptors.EnumValueDescriptor
    extends java.lang.Object
    implements Internal.EnumLite
    Describes one value within an enum type. Note that multiple defined values may have the same number. In generated Java code, all values with the same number after the first become aliases of the first. However, they still have independent EnumValueDescriptors.