public interface com.google.protobuf.EnumOrBuilder extends com.google.protobuf.MessageOrBuilder
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.google.protobuf.EnumOrBuilder
  super_class: java.lang.Object
{
  public abstract java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.google.protobuf.ByteString getNameBytes();
    descriptor: ()Lcom/google/protobuf/ByteString;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.List<com.google.protobuf.EnumValue> getEnumvalueList();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lcom/google/protobuf/EnumValue;>;

  public abstract com.google.protobuf.EnumValue getEnumvalue(int);
    descriptor: (I)Lcom/google/protobuf/EnumValue;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract int getEnumvalueCount();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.List<? extends com.google.protobuf.EnumValueOrBuilder> getEnumvalueOrBuilderList();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<+Lcom/google/protobuf/EnumValueOrBuilder;>;

  public abstract com.google.protobuf.EnumValueOrBuilder getEnumvalueOrBuilder(int);
    descriptor: (I)Lcom/google/protobuf/EnumValueOrBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract java.util.List<com.google.protobuf.Option> getOptionsList();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lcom/google/protobuf/Option;>;

  public abstract com.google.protobuf.Option getOptions(int);
    descriptor: (I)Lcom/google/protobuf/Option;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract int getOptionsCount();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.List<? extends com.google.protobuf.OptionOrBuilder> getOptionsOrBuilderList();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<+Lcom/google/protobuf/OptionOrBuilder;>;

  public abstract com.google.protobuf.OptionOrBuilder getOptionsOrBuilder(int);
    descriptor: (I)Lcom/google/protobuf/OptionOrBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract boolean hasSourceContext();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.google.protobuf.SourceContext getSourceContext();
    descriptor: ()Lcom/google/protobuf/SourceContext;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.google.protobuf.SourceContextOrBuilder getSourceContextOrBuilder();
    descriptor: ()Lcom/google/protobuf/SourceContextOrBuilder;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int getSyntaxValue();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.google.protobuf.Syntax getSyntax();
    descriptor: ()Lcom/google/protobuf/Syntax;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "EnumOrBuilder.java"