Interface Resources.PluralOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Resources.Plural, Resources.Plural.Builder
Enclosing class:
Resources

public static interface Resources.PluralOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getEntryList

      List<Resources.Plural.Entry> getEntryList()
       The set of arity/plural mappings.
       
      repeated .aapt.pb.Plural.Entry entry = 1;
    • getEntry

      Resources.Plural.Entry getEntry(int index)
       The set of arity/plural mappings.
       
      repeated .aapt.pb.Plural.Entry entry = 1;
    • getEntryCount

      int getEntryCount()
       The set of arity/plural mappings.
       
      repeated .aapt.pb.Plural.Entry entry = 1;
    • getEntryOrBuilderList

      List<? extends Resources.Plural.EntryOrBuilder> getEntryOrBuilderList()
       The set of arity/plural mappings.
       
      repeated .aapt.pb.Plural.Entry entry = 1;
    • getEntryOrBuilder

      Resources.Plural.EntryOrBuilder getEntryOrBuilder(int index)
       The set of arity/plural mappings.
       
      repeated .aapt.pb.Plural.Entry entry = 1;