Package com.android.aapt
Interface Resources.StyleOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Resources.Style,Resources.Style.Builder
- Enclosing class:
- Resources
public static interface Resources.StyleOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEntry(int index) The set of XML attribute/value pairs for this style.intThe set of XML attribute/value pairs for this style.The set of XML attribute/value pairs for this style.getEntryOrBuilder(int index) The set of XML attribute/value pairs for this style.List<? extends Resources.Style.EntryOrBuilder>The set of XML attribute/value pairs for this style.The optinal style from which this style inherits attributes.The optinal style from which this style inherits attributes.The source file information of the parent inheritance declaration.The source file information of the parent inheritance declaration.booleanThe optinal style from which this style inherits attributes.booleanThe source file information of the parent inheritance declaration.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
-
hasParent
boolean hasParent()The optinal style from which this style inherits attributes.
.aapt.pb.Reference parent = 1;- Returns:
- Whether the parent field is set.
-
getParent
Resources.Reference getParent()The optinal style from which this style inherits attributes.
.aapt.pb.Reference parent = 1;- Returns:
- The parent.
-
getParentOrBuilder
Resources.ReferenceOrBuilder getParentOrBuilder()The optinal style from which this style inherits attributes.
.aapt.pb.Reference parent = 1; -
hasParentSource
boolean hasParentSource()The source file information of the parent inheritance declaration.
.aapt.pb.Source parent_source = 2;- Returns:
- Whether the parentSource field is set.
-
getParentSource
Resources.Source getParentSource()The source file information of the parent inheritance declaration.
.aapt.pb.Source parent_source = 2;- Returns:
- The parentSource.
-
getParentSourceOrBuilder
Resources.SourceOrBuilder getParentSourceOrBuilder()The source file information of the parent inheritance declaration.
.aapt.pb.Source parent_source = 2; -
getEntryList
List<Resources.Style.Entry> getEntryList()The set of XML attribute/value pairs for this style.
repeated .aapt.pb.Style.Entry entry = 3; -
getEntry
The set of XML attribute/value pairs for this style.
repeated .aapt.pb.Style.Entry entry = 3; -
getEntryCount
int getEntryCount()The set of XML attribute/value pairs for this style.
repeated .aapt.pb.Style.Entry entry = 3; -
getEntryOrBuilderList
List<? extends Resources.Style.EntryOrBuilder> getEntryOrBuilderList()The set of XML attribute/value pairs for this style.
repeated .aapt.pb.Style.Entry entry = 3; -
getEntryOrBuilder
The set of XML attribute/value pairs for this style.
repeated .aapt.pb.Style.Entry entry = 3;
-