Interface Resources.Styleable.EntryOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Resources.Reference getAttr()
      The reference to the attribute.
      Resources.ReferenceOrBuilder getAttrOrBuilder()
      The reference to the attribute.
      java.lang.String getComment()
      Any comments associated with the declaration.
      com.google.protobuf.ByteString getCommentBytes()
      Any comments associated with the declaration.
      Resources.Source getSource()
      Where the attribute was defined within the <declare-styleable> block.
      Resources.SourceOrBuilder getSourceOrBuilder()
      Where the attribute was defined within the <declare-styleable> block.
      boolean hasAttr()
      The reference to the attribute.
      boolean hasSource()
      Where the attribute was defined within the <declare-styleable> block.
      • 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 Detail

      • hasSource

        boolean hasSource()
         Where the attribute was defined within the <declare-styleable> block.
         
        .aapt.pb.Source source = 1;
        Returns:
        Whether the source field is set.
      • getSource

        Resources.Source getSource()
         Where the attribute was defined within the <declare-styleable> block.
         
        .aapt.pb.Source source = 1;
        Returns:
        The source.
      • getSourceOrBuilder

        Resources.SourceOrBuilder getSourceOrBuilder()
         Where the attribute was defined within the <declare-styleable> block.
         
        .aapt.pb.Source source = 1;
      • getComment

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

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

        boolean hasAttr()
         The reference to the attribute.
         
        .aapt.pb.Reference attr = 3;
        Returns:
        Whether the attr field is set.
      • getAttr

        Resources.Reference getAttr()
         The reference to the attribute.
         
        .aapt.pb.Reference attr = 3;
        Returns:
        The attr.