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