booster / com.didiglobal.booster.aapt2 / Resources / StyleOrBuilder

StyleOrBuilder

interface StyleOrBuilder : MessageOrBuilder

Functions

getEntry


      The set of XML attribute/value pairs for this style.
      
repeated .aapt.pb.Style.Entry entry = 3;

abstract fun getEntry(index: Int): Entry!

getEntryCount


      The set of XML attribute/value pairs for this style.
      
repeated .aapt.pb.Style.Entry entry = 3;

abstract fun getEntryCount(): Int

getEntryList


      The set of XML attribute/value pairs for this style.
      
repeated .aapt.pb.Style.Entry entry = 3;

abstract fun getEntryList(): MutableList<Entry!>!

getEntryOrBuilder


      The set of XML attribute/value pairs for this style.
      
repeated .aapt.pb.Style.Entry entry = 3;

abstract fun getEntryOrBuilder(index: Int): EntryOrBuilder!

getEntryOrBuilderList


      The set of XML attribute/value pairs for this style.
      
repeated .aapt.pb.Style.Entry entry = 3;

abstract fun getEntryOrBuilderList(): MutableList<out EntryOrBuilder!>!

getParent


      The optinal style from which this style inherits attributes.
      
.aapt.pb.Reference parent = 1;

abstract fun getParent(): Reference!

getParentOrBuilder


      The optinal style from which this style inherits attributes.
      
.aapt.pb.Reference parent = 1;

abstract fun getParentOrBuilder(): ReferenceOrBuilder!

getParentSource


      The source file information of the parent inheritance declaration.
      
.aapt.pb.Source parent_source = 2;

abstract fun getParentSource(): Source!

getParentSourceOrBuilder


      The source file information of the parent inheritance declaration.
      
.aapt.pb.Source parent_source = 2;

abstract fun getParentSourceOrBuilder(): SourceOrBuilder!

hasParent


      The optinal style from which this style inherits attributes.
      
.aapt.pb.Reference parent = 1;

abstract fun hasParent(): Boolean

hasParentSource


      The source file information of the parent inheritance declaration.
      
.aapt.pb.Source parent_source = 2;

abstract fun hasParentSource(): Boolean