|
The arity of the plural.
.aapt.pb.Plural.Arity arity = 3;
abstract fun getArity(): Arity! |
|
The arity of the plural.
.aapt.pb.Plural.Arity arity = 3;
abstract fun getArityValue(): Int |
|
Any comments associated with the plural.
string comment = 2;
abstract fun getComment(): String! |
|
Any comments associated with the plural.
string comment = 2;
abstract fun getCommentBytes(): ByteString! |
|
The value assigned to this plural.
.aapt.pb.Item item = 4;
abstract fun getItem(): Item! |
|
The value assigned to this plural.
.aapt.pb.Item item = 4;
abstract fun getItemOrBuilder(): ItemOrBuilder! |
|
Where the plural was defined.
.aapt.pb.Source source = 1;
abstract fun getSource(): Source! |
|
Where the plural was defined.
.aapt.pb.Source source = 1;
abstract fun getSourceOrBuilder(): SourceOrBuilder! |
|
The value assigned to this plural.
.aapt.pb.Item item = 4;
abstract fun hasItem(): Boolean |
|
Where the plural was defined.
.aapt.pb.Source source = 1;
abstract fun hasSource(): Boolean |