Class ProtoEnumValueMetadata

    • Method Detail

      • getNumber

        public int getNumber()
        Returns the Protobuf number associated to this enum value.
      • getProtoName

        public String getProtoName()
        Returns the Protobuf name of this enum value.
      • getJavaEnumOrdinal

        public int getJavaEnumOrdinal()
        Returns the ordinal of the Java enum constant.
      • getJavaEnumName

        public String getJavaEnumName()
        Returns the FQN of the Java enum constant.
      • getDocumentation

        public String getDocumentation()
        Returns the documentation attached to this enum.