|
The entries defined for this type.
repeated .aapt.pb.Entry entry = 3;
abstract fun getEntry(index: Int): Entry! |
|
The entries defined for this type.
repeated .aapt.pb.Entry entry = 3;
abstract fun getEntryCount(): Int |
|
The entries defined for this type.
repeated .aapt.pb.Entry entry = 3;
abstract fun getEntryList(): MutableList<Entry!>! |
|
The entries defined for this type.
repeated .aapt.pb.Entry entry = 3;
abstract fun getEntryOrBuilder(index: Int): EntryOrBuilder! |
|
The entries defined for this type.
repeated .aapt.pb.Entry entry = 3;
abstract fun getEntryOrBuilderList(): MutableList<out EntryOrBuilder!>! |
|
The name of the type. This corresponds to the 'type' part of a full resource name of the form
package:type/entry. The set of legal type names is listed in Resource.cpp.
string name = 2;
abstract fun getName(): String! |
|
The name of the type. This corresponds to the 'type' part of a full resource name of the form
package:type/entry. The set of legal type names is listed in Resource.cpp.
string name = 2;
abstract fun getNameBytes(): ByteString! |
|
The ID of the type. This may not be set if no ID was assigned.
.aapt.pb.TypeId type_id = 1;
abstract fun getTypeId(): TypeId! |
|
The ID of the type. This may not be set if no ID was assigned.
.aapt.pb.TypeId type_id = 1;
abstract fun getTypeIdOrBuilder(): TypeIdOrBuilder! |
|
The ID of the type. This may not be set if no ID was assigned.
.aapt.pb.TypeId type_id = 1;
abstract fun hasTypeId(): Boolean |