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 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

       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;