|
Any comments associated with the entry.
string comment = 2;
abstract fun getComment(): String! |
|
Any comments associated with the entry.
string comment = 2;
abstract fun getCommentBytes(): ByteString! |
|
The Item defined for this XML attribute.
.aapt.pb.Item item = 4;
abstract fun getItem(): Item! |
|
The Item defined for this XML attribute.
.aapt.pb.Item item = 4;
abstract fun getItemOrBuilder(): ItemOrBuilder! |
|
A reference to the XML attribute.
.aapt.pb.Reference key = 3;
abstract fun getKey(): Reference! |
|
A reference to the XML attribute.
.aapt.pb.Reference key = 3;
abstract fun getKeyOrBuilder(): ReferenceOrBuilder! |
|
Where the entry was defined.
.aapt.pb.Source source = 1;
abstract fun getSource(): Source! |
|
Where the entry was defined.
.aapt.pb.Source source = 1;
abstract fun getSourceOrBuilder(): SourceOrBuilder! |
|
The Item defined for this XML attribute.
.aapt.pb.Item item = 4;
abstract fun hasItem(): Boolean |
|
A reference to the XML attribute.
.aapt.pb.Reference key = 3;
abstract fun hasKey(): Boolean |
|
Where the entry was defined.
.aapt.pb.Source source = 1;
abstract fun hasSource(): Boolean |