Package com.android.aapt
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resources.NamespaceAliasgetNamespaceStack(int index)repeated .aapt.pb.NamespaceAlias namespace_stack = 4;intgetNamespaceStackCount()repeated .aapt.pb.NamespaceAlias namespace_stack = 4;java.util.List<Resources.NamespaceAlias>getNamespaceStackList()repeated .aapt.pb.NamespaceAlias namespace_stack = 4;Resources.NamespaceAliasOrBuildergetNamespaceStackOrBuilder(int index)repeated .aapt.pb.NamespaceAlias namespace_stack = 4;java.util.List<? extends Resources.NamespaceAliasOrBuilder>getNamespaceStackOrBuilderList()repeated .aapt.pb.NamespaceAlias namespace_stack = 4;java.lang.StringgetRawString()string raw_string = 1;com.google.protobuf.ByteStringgetRawStringBytes()string raw_string = 1;Resources.SourcePositiongetSource().aapt.pb.SourcePosition source = 5;Resources.SourcePositionOrBuildergetSourceOrBuilder().aapt.pb.SourcePosition source = 5;Resources.StyleStringgetStyleString().aapt.pb.StyleString style_string = 2;Resources.StyleStringOrBuildergetStyleStringOrBuilder().aapt.pb.StyleString style_string = 2;Resources.UntranslatableSectiongetUntranslatableSections(int index)repeated .aapt.pb.UntranslatableSection untranslatable_sections = 3;intgetUntranslatableSectionsCount()repeated .aapt.pb.UntranslatableSection untranslatable_sections = 3;java.util.List<Resources.UntranslatableSection>getUntranslatableSectionsList()repeated .aapt.pb.UntranslatableSection untranslatable_sections = 3;Resources.UntranslatableSectionOrBuildergetUntranslatableSectionsOrBuilder(int index)repeated .aapt.pb.UntranslatableSection untranslatable_sections = 3;java.util.List<? extends Resources.UntranslatableSectionOrBuilder>getUntranslatableSectionsOrBuilderList()repeated .aapt.pb.UntranslatableSection untranslatable_sections = 3;booleanhasSource().aapt.pb.SourcePosition source = 5;booleanhasStyleString().aapt.pb.StyleString style_string = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
getStyleStringOrBuilder
Resources.StyleStringOrBuilder getStyleStringOrBuilder()
.aapt.pb.StyleString style_string = 2;
-
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;
-
getUntranslatableSectionsOrBuilder
Resources.UntranslatableSectionOrBuilder getUntranslatableSectionsOrBuilder(int index)
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;
-
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
Resources.SourcePosition getSource()
.aapt.pb.SourcePosition source = 5;- Returns:
- The source.
-
getSourceOrBuilder
Resources.SourcePositionOrBuilder getSourceOrBuilder()
.aapt.pb.SourcePosition source = 5;
-
-