|
The optional interpreted/compiled version of the `value` string.
.aapt.pb.Item compiled_item = 6;
abstract fun getCompiledItem(): Item! |
|
The optional interpreted/compiled version of the `value` string.
.aapt.pb.Item compiled_item = 6;
abstract fun getCompiledItemOrBuilder(): ItemOrBuilder! |
|
string name = 2;
abstract fun getName(): String! |
|
string name = 2;
abstract fun getNameBytes(): ByteString! |
|
string namespace_uri = 1;
abstract fun getNamespaceUri(): String! |
|
string namespace_uri = 1;
abstract fun getNamespaceUriBytes(): ByteString! |
|
The optional resource ID (0xPPTTEEEE) of the attribute.
uint32 resource_id = 5;
abstract fun getResourceId(): Int |
|
Source line and column info.
.aapt.pb.SourcePosition source = 4;
abstract fun getSource(): SourcePosition! |
|
Source line and column info.
.aapt.pb.SourcePosition source = 4;
abstract fun getSourceOrBuilder(): SourcePositionOrBuilder! |
|
string value = 3;
abstract fun getValue(): String! |
|
string value = 3;
abstract fun getValueBytes(): ByteString! |
|
The optional interpreted/compiled version of the `value` string.
.aapt.pb.Item compiled_item = 6;
abstract fun hasCompiledItem(): Boolean |
|
Source line and column info.
.aapt.pb.SourcePosition source = 4;
abstract fun hasSource(): Boolean |