booster / com.didiglobal.booster.aapt2 / Resources / ValueOrBuilder

ValueOrBuilder

interface ValueOrBuilder : MessageOrBuilder

Functions

getComment


      Any comment associated with the value.
      
string comment = 2;

abstract fun getComment(): String!

getCommentBytes


      Any comment associated with the value.
      
string comment = 2;

abstract fun getCommentBytes(): ByteString!

getCompoundValue

.aapt.pb.CompoundValue compound_value = 5;

abstract fun getCompoundValue(): CompoundValue!

getCompoundValueOrBuilder

.aapt.pb.CompoundValue compound_value = 5;

abstract fun getCompoundValueOrBuilder(): CompoundValueOrBuilder!

getItem

.aapt.pb.Item item = 4;

abstract fun getItem(): Item!

getItemOrBuilder

.aapt.pb.Item item = 4;

abstract fun getItemOrBuilder(): ItemOrBuilder!

getSource


      Where the value was defined.
      
.aapt.pb.Source source = 1;

abstract fun getSource(): Source!

getSourceOrBuilder


      Where the value was defined.
      
.aapt.pb.Source source = 1;

abstract fun getSourceOrBuilder(): SourceOrBuilder!

getValueCase

abstract fun getValueCase(): ValueCase!

getWeak


      Whether the value can be overridden.
      
bool weak = 3;

abstract fun getWeak(): Boolean

hasCompoundValue

.aapt.pb.CompoundValue compound_value = 5;

abstract fun hasCompoundValue(): Boolean

hasItem

.aapt.pb.Item item = 4;

abstract fun hasItem(): Boolean

hasSource


      Where the value was defined.
      
.aapt.pb.Source source = 1;

abstract fun hasSource(): Boolean