booster / com.didiglobal.booster.aapt2 / Resources / Style / EntryOrBuilder

EntryOrBuilder

interface EntryOrBuilder : MessageOrBuilder

Functions

getComment


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

abstract fun getComment(): String!

getCommentBytes


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

abstract fun getCommentBytes(): ByteString!

getItem


        The Item defined for this XML attribute.
        
.aapt.pb.Item item = 4;

abstract fun getItem(): Item!

getItemOrBuilder


        The Item defined for this XML attribute.
        
.aapt.pb.Item item = 4;

abstract fun getItemOrBuilder(): ItemOrBuilder!

getKey


        A reference to the XML attribute.
        
.aapt.pb.Reference key = 3;

abstract fun getKey(): Reference!

getKeyOrBuilder


        A reference to the XML attribute.
        
.aapt.pb.Reference key = 3;

abstract fun getKeyOrBuilder(): ReferenceOrBuilder!

getSource


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

abstract fun getSource(): Source!

getSourceOrBuilder


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

abstract fun getSourceOrBuilder(): SourceOrBuilder!

hasItem


        The Item defined for this XML attribute.
        
.aapt.pb.Item item = 4;

abstract fun hasItem(): Boolean

hasKey


        A reference to the XML attribute.
        
.aapt.pb.Reference key = 3;

abstract fun hasKey(): Boolean

hasSource


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

abstract fun hasSource(): Boolean