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

EntryOrBuilder

interface EntryOrBuilder : MessageOrBuilder

Functions

getAttr


        The reference to the attribute.
        
.aapt.pb.Reference attr = 3;

abstract fun getAttr(): Reference!

getAttrOrBuilder


        The reference to the attribute.
        
.aapt.pb.Reference attr = 3;

abstract fun getAttrOrBuilder(): ReferenceOrBuilder!

getComment


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

abstract fun getComment(): String!

getCommentBytes


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

abstract fun getCommentBytes(): ByteString!

getSource


        Where the attribute was defined within the <declare-styleable> block.
        
.aapt.pb.Source source = 1;

abstract fun getSource(): Source!

getSourceOrBuilder


        Where the attribute was defined within the <declare-styleable> block.
        
.aapt.pb.Source source = 1;

abstract fun getSourceOrBuilder(): SourceOrBuilder!

hasAttr


        The reference to the attribute.
        
.aapt.pb.Reference attr = 3;

abstract fun hasAttr(): Boolean

hasSource


        Where the attribute was defined within the <declare-styleable> block.
        
.aapt.pb.Source source = 1;

abstract fun hasSource(): Boolean