Interface Resources.Style.EntryOrBuilder

    • 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.
      • 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;