booster / com.didiglobal.booster.aapt2 / Resources / ItemOrBuilder

ItemOrBuilder

interface ItemOrBuilder : MessageOrBuilder

Functions

getFile

.aapt.pb.FileReference file = 5;

abstract fun getFile(): FileReference!

getFileOrBuilder

.aapt.pb.FileReference file = 5;

abstract fun getFileOrBuilder(): FileReferenceOrBuilder!

getId

.aapt.pb.Id id = 6;

abstract fun getId(): Id!

getIdOrBuilder

.aapt.pb.Id id = 6;

abstract fun getIdOrBuilder(): IdOrBuilder!

getPrim

.aapt.pb.Primitive prim = 7;

abstract fun getPrim(): Primitive!

getPrimOrBuilder

.aapt.pb.Primitive prim = 7;

abstract fun getPrimOrBuilder(): PrimitiveOrBuilder!

getRawStr

.aapt.pb.RawString raw_str = 3;

abstract fun getRawStr(): RawString!

getRawStrOrBuilder

.aapt.pb.RawString raw_str = 3;

abstract fun getRawStrOrBuilder(): RawStringOrBuilder!

getRef

.aapt.pb.Reference ref = 1;

abstract fun getRef(): Reference!

getRefOrBuilder

.aapt.pb.Reference ref = 1;

abstract fun getRefOrBuilder(): ReferenceOrBuilder!

getStr

.aapt.pb.String str = 2;

abstract fun getStr(): String!

getStrOrBuilder

.aapt.pb.String str = 2;

abstract fun getStrOrBuilder(): StringOrBuilder!

getStyledStr

.aapt.pb.StyledString styled_str = 4;

abstract fun getStyledStr(): StyledString!

getStyledStrOrBuilder

.aapt.pb.StyledString styled_str = 4;

abstract fun getStyledStrOrBuilder(): StyledStringOrBuilder!

getValueCase

abstract fun getValueCase(): ValueCase!

hasFile

.aapt.pb.FileReference file = 5;

abstract fun hasFile(): Boolean

hasId

.aapt.pb.Id id = 6;

abstract fun hasId(): Boolean

hasPrim

.aapt.pb.Primitive prim = 7;

abstract fun hasPrim(): Boolean

hasRawStr

.aapt.pb.RawString raw_str = 3;

abstract fun hasRawStr(): Boolean

hasRef

.aapt.pb.Reference ref = 1;

abstract fun hasRef(): Boolean

hasStr

.aapt.pb.String str = 2;

abstract fun hasStr(): Boolean

hasStyledStr

.aapt.pb.StyledString styled_str = 4;

abstract fun hasStyledStr(): Boolean