Interface Resources.StyleOrBuilder

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

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

      • hasParent

        boolean hasParent()
         The optinal style from which this style inherits attributes.
         
        .aapt.pb.Reference parent = 1;
        Returns:
        Whether the parent field is set.
      • getParent

        Resources.Reference getParent()
         The optinal style from which this style inherits attributes.
         
        .aapt.pb.Reference parent = 1;
        Returns:
        The parent.
      • getParentOrBuilder

        Resources.ReferenceOrBuilder getParentOrBuilder()
         The optinal style from which this style inherits attributes.
         
        .aapt.pb.Reference parent = 1;
      • hasParentSource

        boolean hasParentSource()
         The source file information of the parent inheritance declaration.
         
        .aapt.pb.Source parent_source = 2;
        Returns:
        Whether the parentSource field is set.
      • getParentSource

        Resources.Source getParentSource()
         The source file information of the parent inheritance declaration.
         
        .aapt.pb.Source parent_source = 2;
        Returns:
        The parentSource.
      • getParentSourceOrBuilder

        Resources.SourceOrBuilder getParentSourceOrBuilder()
         The source file information of the parent inheritance declaration.
         
        .aapt.pb.Source parent_source = 2;
      • getEntryList

        java.util.List<Resources.Style.Entry> getEntryList()
         The set of XML attribute/value pairs for this style.
         
        repeated .aapt.pb.Style.Entry entry = 3;
      • getEntry

        Resources.Style.Entry getEntry​(int index)
         The set of XML attribute/value pairs for this style.
         
        repeated .aapt.pb.Style.Entry entry = 3;
      • getEntryCount

        int getEntryCount()
         The set of XML attribute/value pairs for this style.
         
        repeated .aapt.pb.Style.Entry entry = 3;
      • getEntryOrBuilderList

        java.util.List<? extends Resources.Style.EntryOrBuilder> getEntryOrBuilderList()
         The set of XML attribute/value pairs for this style.
         
        repeated .aapt.pb.Style.Entry entry = 3;
      • getEntryOrBuilder

        Resources.Style.EntryOrBuilder getEntryOrBuilder​(int index)
         The set of XML attribute/value pairs for this style.
         
        repeated .aapt.pb.Style.Entry entry = 3;