booster / com.didiglobal.booster.aapt2 / Resources / Attribute / SymbolOrBuilder

SymbolOrBuilder

interface SymbolOrBuilder : MessageOrBuilder

Functions

getComment


        Any comments associated with the enum or flag.
        
string comment = 2;

abstract fun getComment(): String!

getCommentBytes


        Any comments associated with the enum or flag.
        
string comment = 2;

abstract fun getCommentBytes(): ByteString!

getName


        The name of the enum/flag as a reference. Enums/flag items are generated as ID resource
        values.
        
.aapt.pb.Reference name = 3;

abstract fun getName(): Reference!

getNameOrBuilder


        The name of the enum/flag as a reference. Enums/flag items are generated as ID resource
        values.
        
.aapt.pb.Reference name = 3;

abstract fun getNameOrBuilder(): ReferenceOrBuilder!

getSource


        Where the enum/flag item was defined.
        
.aapt.pb.Source source = 1;

abstract fun getSource(): Source!

getSourceOrBuilder


        Where the enum/flag item was defined.
        
.aapt.pb.Source source = 1;

abstract fun getSourceOrBuilder(): SourceOrBuilder!

getValue


        The value of the enum/flag.
        
uint32 value = 4;

abstract fun getValue(): Int

hasName


        The name of the enum/flag as a reference. Enums/flag items are generated as ID resource
        values.
        
.aapt.pb.Reference name = 3;

abstract fun hasName(): Boolean

hasSource


        Where the enum/flag item was defined.
        
.aapt.pb.Source source = 1;

abstract fun hasSource(): Boolean