|
The entries defined for this type.
repeated .aapt.pb.Entry entry = 3;
fun addAllEntry(values: MutableIterable<Entry!>!): Builder! |
|
The entries defined for this type.
repeated .aapt.pb.Entry entry = 3;
fun addEntry(value: Entry!): Builder!
fun addEntry(index: Int, value: Entry!): Builder!
fun addEntry(builderForValue: Builder!): Builder!
fun addEntry(index: Int, builderForValue: Builder!): Builder! |
|
The entries defined for this type.
repeated .aapt.pb.Entry entry = 3;
fun addEntryBuilder(): Builder!
fun addEntryBuilder(index: Int): Builder! |
|
fun addRepeatedField(field: FieldDescriptor!, value: Any!): Builder! |
|
fun build(): Type! |
|
fun buildPartial(): Type! |
|
fun clear(): Builder! |
|
The entries defined for this type.
repeated .aapt.pb.Entry entry = 3;
fun clearEntry(): Builder! |
|
fun clearField(field: FieldDescriptor!): Builder! |
|
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;
fun clearName(): Builder! |
|
fun clearOneof(oneof: OneofDescriptor!): Builder! |
|
The ID of the type. This may not be set if no ID was assigned.
.aapt.pb.TypeId type_id = 1;
fun clearTypeId(): Builder! |
|
fun clone(): Builder! |
|
fun getDefaultInstanceForType(): Type! |
|
static fun getDescriptor(): Descriptor! |
|
fun getDescriptorForType(): Descriptor! |
|
The entries defined for this type.
repeated .aapt.pb.Entry entry = 3;
fun getEntry(index: Int): Entry! |
|
The entries defined for this type.
repeated .aapt.pb.Entry entry = 3;
fun getEntryBuilder(index: Int): Builder! |
|
The entries defined for this type.
repeated .aapt.pb.Entry entry = 3;
fun getEntryBuilderList(): MutableList<Builder!>! |
|
The entries defined for this type.
repeated .aapt.pb.Entry entry = 3;
fun getEntryCount(): Int |
|
The entries defined for this type.
repeated .aapt.pb.Entry entry = 3;
fun getEntryList(): MutableList<Entry!>! |
|
The entries defined for this type.
repeated .aapt.pb.Entry entry = 3;
fun getEntryOrBuilder(index: Int): EntryOrBuilder! |
|
The entries defined for this type.
repeated .aapt.pb.Entry entry = 3;
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;
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;
fun getNameBytes(): ByteString! |
|
The ID of the type. This may not be set if no ID was assigned.
.aapt.pb.TypeId type_id = 1;
fun getTypeId(): TypeId! |
|
The ID of the type. This may not be set if no ID was assigned.
.aapt.pb.TypeId type_id = 1;
fun getTypeIdBuilder(): Builder! |
|
The ID of the type. This may not be set if no ID was assigned.
.aapt.pb.TypeId type_id = 1;
fun getTypeIdOrBuilder(): TypeIdOrBuilder! |
|
The ID of the type. This may not be set if no ID was assigned.
.aapt.pb.TypeId type_id = 1;
fun hasTypeId(): Boolean |
|
fun internalGetFieldAccessorTable(): FieldAccessorTable! |
|
fun isInitialized(): Boolean |
|
fun mergeFrom(other: Message!): Builder!
fun mergeFrom(other: Type!): Builder!
fun mergeFrom(input: CodedInputStream!, extensionRegistry: ExtensionRegistryLite!): Builder! |
|
The ID of the type. This may not be set if no ID was assigned.
.aapt.pb.TypeId type_id = 1;
fun mergeTypeId(value: TypeId!): Builder! |
|
fun mergeUnknownFields(unknownFields: UnknownFieldSet!): Builder! |
|
The entries defined for this type.
repeated .aapt.pb.Entry entry = 3;
fun removeEntry(index: Int): Builder! |
|
The entries defined for this type.
repeated .aapt.pb.Entry entry = 3;
fun setEntry(index: Int, value: Entry!): Builder!
fun setEntry(index: Int, builderForValue: Builder!): Builder! |
|
fun setField(field: FieldDescriptor!, value: Any!): Builder! |
|
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;
fun setName(value: String!): Builder! |
|
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;
fun setNameBytes(value: ByteString!): Builder! |
|
fun setRepeatedField(field: FieldDescriptor!, index: Int, value: Any!): Builder! |
|
The ID of the type. This may not be set if no ID was assigned.
.aapt.pb.TypeId type_id = 1;
fun setTypeId(value: TypeId!): Builder!
fun setTypeId(builderForValue: Builder!): Builder! |
|
fun setUnknownFields(unknownFields: UnknownFieldSet!): Builder! |