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 Detail

      • getRawString

        java.lang.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.
      • getUntranslatableSectionsList

        java.util.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

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

        java.util.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

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

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