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
Modifier and TypeMethodDescriptionAny comments associated with the entry.com.google.protobuf.ByteStringAny comments associated with the entry.getItem()The Item defined for this XML attribute.The Item defined for this XML attribute.getKey()A reference to the XML attribute.A reference to the XML attribute.Where the entry was defined.Where the entry was defined.booleanhasItem()The Item defined for this XML attribute.booleanhasKey()A reference to the XML attribute.booleanWhere the entry was defined.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
-
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
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;
-