booster / com.didiglobal.booster.aapt2 / Resources / Array / ElementOrBuilder

ElementOrBuilder

interface ElementOrBuilder : MessageOrBuilder

Functions

getComment


        Any comments associated with the element.
        
string comment = 2;

abstract fun getComment(): String!

getCommentBytes


        Any comments associated with the element.
        
string comment = 2;

abstract fun getCommentBytes(): ByteString!

getItem


        The value assigned to this element.
        
.aapt.pb.Item item = 3;

abstract fun getItem(): Item!

getItemOrBuilder


        The value assigned to this element.
        
.aapt.pb.Item item = 3;

abstract fun getItemOrBuilder(): ItemOrBuilder!

getSource


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

abstract fun getSource(): Source!

getSourceOrBuilder


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

abstract fun getSourceOrBuilder(): SourceOrBuilder!

hasItem


        The value assigned to this element.
        
.aapt.pb.Item item = 3;

abstract fun hasItem(): Boolean

hasSource


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

abstract fun hasSource(): Boolean