Package com.android.aapt
Interface Resources.Style.EntryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Resources.Style.Entry,Resources.Style.Entry.Builder
- Enclosing class:
- Resources.Style
public static interface Resources.Style.EntryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetComment()Any comments associated with the entry.com.google.protobuf.ByteStringgetCommentBytes()Any comments associated with the entry.Resources.ItemgetItem()The Item defined for this XML attribute.Resources.ItemOrBuildergetItemOrBuilder()The Item defined for this XML attribute.Resources.ReferencegetKey()A reference to the XML attribute.Resources.ReferenceOrBuildergetKeyOrBuilder()A reference to the XML attribute.Resources.SourcegetSource()Where the entry was defined.Resources.SourceOrBuildergetSourceOrBuilder()Where the entry was defined.booleanhasItem()The Item defined for this XML attribute.booleanhasKey()A reference to the XML attribute.booleanhasSource()Where the entry was defined.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSource
boolean hasSource()
Where the entry was defined.
.aapt.pb.Source source = 1;- Returns:
- Whether the source field is set.
-
getSource
Resources.Source getSource()
Where the entry was defined.
.aapt.pb.Source source = 1;- Returns:
- The source.
-
getSourceOrBuilder
Resources.SourceOrBuilder getSourceOrBuilder()
Where the entry was defined.
.aapt.pb.Source source = 1;
-
getComment
java.lang.String getComment()
Any comments associated with the entry.
string comment = 2;- Returns:
- The comment.
-
getCommentBytes
com.google.protobuf.ByteString getCommentBytes()
Any comments associated with the entry.
string comment = 2;- Returns:
- The bytes for comment.
-
hasKey
boolean hasKey()
A reference to the XML attribute.
.aapt.pb.Reference key = 3;- Returns:
- Whether the key field is set.
-
getKey
Resources.Reference getKey()
A reference to the XML attribute.
.aapt.pb.Reference key = 3;- Returns:
- The key.
-
getKeyOrBuilder
Resources.ReferenceOrBuilder getKeyOrBuilder()
A reference to the XML attribute.
.aapt.pb.Reference key = 3;
-
hasItem
boolean hasItem()
The Item defined for this XML attribute.
.aapt.pb.Item item = 4;- Returns:
- Whether the item field is set.
-
getItem
Resources.Item getItem()
The Item defined for this XML attribute.
.aapt.pb.Item item = 4;- Returns:
- The item.
-
getItemOrBuilder
Resources.ItemOrBuilder getItemOrBuilder()
The Item defined for this XML attribute.
.aapt.pb.Item item = 4;
-
-