Interface Resources.ValueOrBuilder

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

    public static interface Resources.ValueOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasSource

        boolean hasSource()
         Where the value was defined.
         
        .aapt.pb.Source source = 1;
        Returns:
        Whether the source field is set.
      • getSource

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

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

        java.lang.String getComment()
         Any comment associated with the value.
         
        string comment = 2;
        Returns:
        The comment.
      • getCommentBytes

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

        boolean getWeak()
         Whether the value can be overridden.
         
        bool weak = 3;
        Returns:
        The weak.
      • hasItem

        boolean hasItem()
        .aapt.pb.Item item = 4;
        Returns:
        Whether the item field is set.
      • getItem

        Resources.Item getItem()
        .aapt.pb.Item item = 4;
        Returns:
        The item.
      • hasCompoundValue

        boolean hasCompoundValue()
        .aapt.pb.CompoundValue compound_value = 5;
        Returns:
        Whether the compoundValue field is set.
      • getCompoundValue

        Resources.CompoundValue getCompoundValue()
        .aapt.pb.CompoundValue compound_value = 5;
        Returns:
        The compoundValue.