Interface Resources.Array.ElementOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Resources.Array.Element, Resources.Array.Element.Builder
Enclosing class:
Resources.Array

public static interface Resources.Array.ElementOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Any comments associated with the element.
    com.google.protobuf.ByteString
    Any comments associated with the element.
    The value assigned to this element.
    The value assigned to this element.
    Where the element was defined.
    Where the element was defined.
    boolean
    The value assigned to this element.
    boolean
    Where the element was defined.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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 element was defined.
       
      .aapt.pb.Source source = 1;
      Returns:
      Whether the source field is set.
    • getSource

      Resources.Source getSource()
       Where the element was defined.
       
      .aapt.pb.Source source = 1;
      Returns:
      The source.
    • getSourceOrBuilder

      Resources.SourceOrBuilder getSourceOrBuilder()
       Where the element was defined.
       
      .aapt.pb.Source source = 1;
    • getComment

      String getComment()
       Any comments associated with the element.
       
      string comment = 2;
      Returns:
      The comment.
    • getCommentBytes

      com.google.protobuf.ByteString getCommentBytes()
       Any comments associated with the element.
       
      string comment = 2;
      Returns:
      The bytes for comment.
    • hasItem

      boolean hasItem()
       The value assigned to this element.
       
      .aapt.pb.Item item = 3;
      Returns:
      Whether the item field is set.
    • getItem

      Resources.Item getItem()
       The value assigned to this element.
       
      .aapt.pb.Item item = 3;
      Returns:
      The item.
    • getItemOrBuilder

      Resources.ItemOrBuilder getItemOrBuilder()
       The value assigned to this element.
       
      .aapt.pb.Item item = 3;