|
Any comment associated with the value.
string comment = 2;
abstract fun getComment(): String! |
|
Any comment associated with the value.
string comment = 2;
abstract fun getCommentBytes(): ByteString! |
|
.aapt.pb.CompoundValue compound_value = 5;
abstract fun getCompoundValue(): CompoundValue! |
|
.aapt.pb.CompoundValue compound_value = 5;
abstract fun getCompoundValueOrBuilder(): CompoundValueOrBuilder! |
|
.aapt.pb.Item item = 4;
abstract fun getItem(): Item! |
|
.aapt.pb.Item item = 4;
abstract fun getItemOrBuilder(): ItemOrBuilder! |
|
Where the value was defined.
.aapt.pb.Source source = 1;
abstract fun getSource(): Source! |
|
Where the value was defined.
.aapt.pb.Source source = 1;
abstract fun getSourceOrBuilder(): SourceOrBuilder! |
|
abstract fun getValueCase(): ValueCase! |
|
Whether the value can be overridden.
bool weak = 3;
abstract fun getWeak(): Boolean |
|
.aapt.pb.CompoundValue compound_value = 5;
abstract fun hasCompoundValue(): Boolean |
|
.aapt.pb.Item item = 4;
abstract fun hasItem(): Boolean |
|
Where the value was defined.
.aapt.pb.Source source = 1;
abstract fun hasSource(): Boolean |