booster / com.didiglobal.booster.aapt2 / Resources / CompoundValueOrBuilder

CompoundValueOrBuilder

interface CompoundValueOrBuilder : MessageOrBuilder

Functions

getArray

.aapt.pb.Array array = 4;

abstract fun getArray(): Array!

getArrayOrBuilder

.aapt.pb.Array array = 4;

abstract fun getArrayOrBuilder(): ArrayOrBuilder!

getAttr

.aapt.pb.Attribute attr = 1;

abstract fun getAttr(): Attribute!

getAttrOrBuilder

.aapt.pb.Attribute attr = 1;

abstract fun getAttrOrBuilder(): AttributeOrBuilder!

getPlural

.aapt.pb.Plural plural = 5;

abstract fun getPlural(): Plural!

getPluralOrBuilder

.aapt.pb.Plural plural = 5;

abstract fun getPluralOrBuilder(): PluralOrBuilder!

getStyle

.aapt.pb.Style style = 2;

abstract fun getStyle(): Style!

getStyleable

.aapt.pb.Styleable styleable = 3;

abstract fun getStyleable(): Styleable!

getStyleableOrBuilder

.aapt.pb.Styleable styleable = 3;

abstract fun getStyleableOrBuilder(): StyleableOrBuilder!

getStyleOrBuilder

.aapt.pb.Style style = 2;

abstract fun getStyleOrBuilder(): StyleOrBuilder!

getValueCase

abstract fun getValueCase(): ValueCase!

hasArray

.aapt.pb.Array array = 4;

abstract fun hasArray(): Boolean

hasAttr

.aapt.pb.Attribute attr = 1;

abstract fun hasAttr(): Boolean

hasPlural

.aapt.pb.Plural plural = 5;

abstract fun hasPlural(): Boolean

hasStyle

.aapt.pb.Style style = 2;

abstract fun hasStyle(): Boolean

hasStyleable

.aapt.pb.Styleable styleable = 3;

abstract fun hasStyleable(): Boolean