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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resources.Style.EntrygetEntry(int index)The set of XML attribute/value pairs for this style.intgetEntryCount()The set of XML attribute/value pairs for this style.java.util.List<Resources.Style.Entry>getEntryList()The set of XML attribute/value pairs for this style.Resources.Style.EntryOrBuildergetEntryOrBuilder(int index)The set of XML attribute/value pairs for this style.java.util.List<? extends Resources.Style.EntryOrBuilder>getEntryOrBuilderList()The set of XML attribute/value pairs for this style.Resources.ReferencegetParent()The optinal style from which this style inherits attributes.Resources.ReferenceOrBuildergetParentOrBuilder()The optinal style from which this style inherits attributes.Resources.SourcegetParentSource()The source file information of the parent inheritance declaration.Resources.SourceOrBuildergetParentSourceOrBuilder()The source file information of the parent inheritance declaration.booleanhasParent()The optinal style from which this style inherits attributes.booleanhasParentSource()The source file information of the parent inheritance declaration.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
java.util.List<Resources.Style.Entry> getEntryList()
The set of XML attribute/value pairs for this style.
repeated .aapt.pb.Style.Entry entry = 3;
-
getEntry
Resources.Style.Entry getEntry(int index)
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
java.util.List<? extends Resources.Style.EntryOrBuilder> getEntryOrBuilderList()
The set of XML attribute/value pairs for this style.
repeated .aapt.pb.Style.Entry entry = 3;
-
getEntryOrBuilder
Resources.Style.EntryOrBuilder getEntryOrBuilder(int index)
The set of XML attribute/value pairs for this style.
repeated .aapt.pb.Style.Entry entry = 3;
-
-