Interface Internal.EnumLite

  • All Known Implementing Classes:
    Field.Cardinality, Field.Kind, NullValue, Syntax
    Enclosing class:
    Internal

    public static interface Internal.EnumLite
    Interface for an enum value or value descriptor, to be used in FieldSet. The lite library stores enum values directly in FieldSets but the full library stores EnumValueDescriptors in order to better support reflection.
    • Method Detail

      • getNumber

        int getNumber()