Interface Resources.MacroBodyOrBuilder

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

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

    • getRawString

      String getRawString()
      string raw_string = 1;
      Returns:
      The rawString.
    • getRawStringBytes

      com.google.protobuf.ByteString getRawStringBytes()
      string raw_string = 1;
      Returns:
      The bytes for rawString.
    • hasStyleString

      boolean hasStyleString()
      .aapt.pb.StyleString style_string = 2;
      Returns:
      Whether the styleString field is set.
    • getStyleString

      Resources.StyleString getStyleString()
      .aapt.pb.StyleString style_string = 2;
      Returns:
      The styleString.
    • getStyleStringOrBuilder

      Resources.StyleStringOrBuilder getStyleStringOrBuilder()
      .aapt.pb.StyleString style_string = 2;
    • getUntranslatableSectionsList

      List<Resources.UntranslatableSection> getUntranslatableSectionsList()
      repeated .aapt.pb.UntranslatableSection untranslatable_sections = 3;
    • getUntranslatableSections

      Resources.UntranslatableSection getUntranslatableSections(int index)
      repeated .aapt.pb.UntranslatableSection untranslatable_sections = 3;
    • getUntranslatableSectionsCount

      int getUntranslatableSectionsCount()
      repeated .aapt.pb.UntranslatableSection untranslatable_sections = 3;
    • getUntranslatableSectionsOrBuilderList

      List<? extends Resources.UntranslatableSectionOrBuilder> getUntranslatableSectionsOrBuilderList()
      repeated .aapt.pb.UntranslatableSection untranslatable_sections = 3;
    • getUntranslatableSectionsOrBuilder

      Resources.UntranslatableSectionOrBuilder getUntranslatableSectionsOrBuilder(int index)
      repeated .aapt.pb.UntranslatableSection untranslatable_sections = 3;
    • getNamespaceStackList

      List<Resources.NamespaceAlias> getNamespaceStackList()
      repeated .aapt.pb.NamespaceAlias namespace_stack = 4;
    • getNamespaceStack

      Resources.NamespaceAlias getNamespaceStack(int index)
      repeated .aapt.pb.NamespaceAlias namespace_stack = 4;
    • getNamespaceStackCount

      int getNamespaceStackCount()
      repeated .aapt.pb.NamespaceAlias namespace_stack = 4;
    • getNamespaceStackOrBuilderList

      List<? extends Resources.NamespaceAliasOrBuilder> getNamespaceStackOrBuilderList()
      repeated .aapt.pb.NamespaceAlias namespace_stack = 4;
    • getNamespaceStackOrBuilder

      Resources.NamespaceAliasOrBuilder getNamespaceStackOrBuilder(int index)
      repeated .aapt.pb.NamespaceAlias namespace_stack = 4;
    • hasSource

      boolean hasSource()
      .aapt.pb.SourcePosition source = 5;
      Returns:
      Whether the source field is set.
    • getSource

      .aapt.pb.SourcePosition source = 5;
      Returns:
      The source.
    • getSourceOrBuilder

      Resources.SourcePositionOrBuilder getSourceOrBuilder()
      .aapt.pb.SourcePosition source = 5;