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

EntryOrBuilder

interface EntryOrBuilder : MessageOrBuilder

Functions

getArity


        The arity of the plural.
        
.aapt.pb.Plural.Arity arity = 3;

abstract fun getArity(): Arity!

getArityValue


        The arity of the plural.
        
.aapt.pb.Plural.Arity arity = 3;

abstract fun getArityValue(): Int

getComment


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

abstract fun getComment(): String!

getCommentBytes


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

abstract fun getCommentBytes(): ByteString!

getItem


        The value assigned to this plural.
        
.aapt.pb.Item item = 4;

abstract fun getItem(): Item!

getItemOrBuilder


        The value assigned to this plural.
        
.aapt.pb.Item item = 4;

abstract fun getItemOrBuilder(): ItemOrBuilder!

getSource


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

abstract fun getSource(): Source!

getSourceOrBuilder


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

abstract fun getSourceOrBuilder(): SourceOrBuilder!

hasItem


        The value assigned to this plural.
        
.aapt.pb.Item item = 4;

abstract fun hasItem(): Boolean

hasSource


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

abstract fun hasSource(): Boolean