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
Modifier and TypeMethodDescriptiongetNamespaceStack(int index) repeated .aapt.pb.NamespaceAlias namespace_stack = 4;intrepeated .aapt.pb.NamespaceAlias namespace_stack = 4;repeated .aapt.pb.NamespaceAlias namespace_stack = 4;getNamespaceStackOrBuilder(int index) repeated .aapt.pb.NamespaceAlias namespace_stack = 4;List<? extends Resources.NamespaceAliasOrBuilder>repeated .aapt.pb.NamespaceAlias namespace_stack = 4;string raw_string = 1;com.google.protobuf.ByteStringstring raw_string = 1;.aapt.pb.SourcePosition source = 5;.aapt.pb.SourcePosition source = 5;.aapt.pb.StyleString style_string = 2;.aapt.pb.StyleString style_string = 2;getUntranslatableSections(int index) repeated .aapt.pb.UntranslatableSection untranslatable_sections = 3;intrepeated .aapt.pb.UntranslatableSection untranslatable_sections = 3;repeated .aapt.pb.UntranslatableSection untranslatable_sections = 3;getUntranslatableSectionsOrBuilder(int index) repeated .aapt.pb.UntranslatableSection untranslatable_sections = 3;List<? extends Resources.UntranslatableSectionOrBuilder>repeated .aapt.pb.UntranslatableSection untranslatable_sections = 3;boolean.aapt.pb.SourcePosition source = 5;boolean.aapt.pb.StyleString style_string = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
repeated .aapt.pb.UntranslatableSection untranslatable_sections = 3; -
getNamespaceStackList
List<Resources.NamespaceAlias> getNamespaceStackList()repeated .aapt.pb.NamespaceAlias namespace_stack = 4; -
getNamespaceStack
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
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;
-