Class Descriptors.EnumValueDescriptor

java.lang.Object
com.google.protobuf.Descriptors.GenericDescriptor
com.google.protobuf.Descriptors.EnumValueDescriptor
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
Enclosing class:
Descriptors

public static final class Descriptors.EnumValueDescriptor extends Descriptors.GenericDescriptor implements com.google.protobuf.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.