|
The set of values defined for this entry, each corresponding to a different
configuration/variant.
repeated .aapt.pb.ConfigValue config_value = 6;
fun addAllConfigValue(values: MutableIterable<ConfigValue!>!): Builder! |
|
The set of values defined for this entry, each corresponding to a different
configuration/variant.
repeated .aapt.pb.ConfigValue config_value = 6;
fun addConfigValue(value: ConfigValue!): Builder!
fun addConfigValue(index: Int, value: ConfigValue!): Builder!
fun addConfigValue(builderForValue: Builder!): Builder!
fun addConfigValue(index: Int, builderForValue: Builder!): Builder! |
|
The set of values defined for this entry, each corresponding to a different
configuration/variant.
repeated .aapt.pb.ConfigValue config_value = 6;
fun addConfigValueBuilder(): Builder!
fun addConfigValueBuilder(index: Int): Builder! |
|
fun addRepeatedField(field: FieldDescriptor!, value: Any!): Builder! |
|
fun build(): Entry! |
|
fun buildPartial(): Entry! |
|
fun clear(): Builder! |
|
Whether this resource, when originating from a compile-time overlay, is allowed to NOT overlay
any existing resources.
.aapt.pb.AllowNew allow_new = 4;
fun clearAllowNew(): Builder! |
|
The set of values defined for this entry, each corresponding to a different
configuration/variant.
repeated .aapt.pb.ConfigValue config_value = 6;
fun clearConfigValue(): Builder! |
|
The ID of this entry. Together with the package ID and type ID, this forms a full resource ID
of the form 0xPPTTEEEE, where PP is the package ID, TT is the type ID, and EEEE is the entry
ID.
This may not be set if no ID was assigned.
.aapt.pb.EntryId entry_id = 1;
fun clearEntryId(): Builder! |
|
fun clearField(field: FieldDescriptor!): Builder! |
|
The name of this entry. This corresponds to the 'entry' part of a full resource name of the
form package:type/entry.
string name = 2;
fun clearName(): Builder! |
|
fun clearOneof(oneof: OneofDescriptor!): Builder! |
|
Whether this resource can be overlaid by a runtime resource overlay (RRO).
.aapt.pb.Overlayable overlayable = 5;
fun clearOverlayable(): Builder! |
|
The visibility of this entry (public, private, undefined).
.aapt.pb.Visibility visibility = 3;
fun clearVisibility(): Builder! |
|
fun clone(): Builder! |
|
Whether this resource, when originating from a compile-time overlay, is allowed to NOT overlay
any existing resources.
.aapt.pb.AllowNew allow_new = 4;
fun getAllowNew(): AllowNew! |
|
Whether this resource, when originating from a compile-time overlay, is allowed to NOT overlay
any existing resources.
.aapt.pb.AllowNew allow_new = 4;
fun getAllowNewBuilder(): Builder! |
|
Whether this resource, when originating from a compile-time overlay, is allowed to NOT overlay
any existing resources.
.aapt.pb.AllowNew allow_new = 4;
fun getAllowNewOrBuilder(): AllowNewOrBuilder! |
|
The set of values defined for this entry, each corresponding to a different
configuration/variant.
repeated .aapt.pb.ConfigValue config_value = 6;
fun getConfigValue(index: Int): ConfigValue! |
|
The set of values defined for this entry, each corresponding to a different
configuration/variant.
repeated .aapt.pb.ConfigValue config_value = 6;
fun getConfigValueBuilder(index: Int): Builder! |
|
The set of values defined for this entry, each corresponding to a different
configuration/variant.
repeated .aapt.pb.ConfigValue config_value = 6;
fun getConfigValueBuilderList(): MutableList<Builder!>! |
|
The set of values defined for this entry, each corresponding to a different
configuration/variant.
repeated .aapt.pb.ConfigValue config_value = 6;
fun getConfigValueCount(): Int |
|
The set of values defined for this entry, each corresponding to a different
configuration/variant.
repeated .aapt.pb.ConfigValue config_value = 6;
fun getConfigValueList(): MutableList<ConfigValue!>! |
|
The set of values defined for this entry, each corresponding to a different
configuration/variant.
repeated .aapt.pb.ConfigValue config_value = 6;
fun getConfigValueOrBuilder(index: Int): ConfigValueOrBuilder! |
|
The set of values defined for this entry, each corresponding to a different
configuration/variant.
repeated .aapt.pb.ConfigValue config_value = 6;
fun getConfigValueOrBuilderList(): MutableList<out ConfigValueOrBuilder!>! |
|
fun getDefaultInstanceForType(): Entry! |
|
static fun getDescriptor(): Descriptor! |
|
fun getDescriptorForType(): Descriptor! |
|
The ID of this entry. Together with the package ID and type ID, this forms a full resource ID
of the form 0xPPTTEEEE, where PP is the package ID, TT is the type ID, and EEEE is the entry
ID.
This may not be set if no ID was assigned.
.aapt.pb.EntryId entry_id = 1;
fun getEntryId(): EntryId! |
|
The ID of this entry. Together with the package ID and type ID, this forms a full resource ID
of the form 0xPPTTEEEE, where PP is the package ID, TT is the type ID, and EEEE is the entry
ID.
This may not be set if no ID was assigned.
.aapt.pb.EntryId entry_id = 1;
fun getEntryIdBuilder(): Builder! |
|
The ID of this entry. Together with the package ID and type ID, this forms a full resource ID
of the form 0xPPTTEEEE, where PP is the package ID, TT is the type ID, and EEEE is the entry
ID.
This may not be set if no ID was assigned.
.aapt.pb.EntryId entry_id = 1;
fun getEntryIdOrBuilder(): EntryIdOrBuilder! |
|
The name of this entry. This corresponds to the 'entry' part of a full resource name of the
form package:type/entry.
string name = 2;
fun getName(): String! |
|
The name of this entry. This corresponds to the 'entry' part of a full resource name of the
form package:type/entry.
string name = 2;
fun getNameBytes(): ByteString! |
|
Whether this resource can be overlaid by a runtime resource overlay (RRO).
.aapt.pb.Overlayable overlayable = 5;
fun getOverlayable(): Overlayable! |
|
Whether this resource can be overlaid by a runtime resource overlay (RRO).
.aapt.pb.Overlayable overlayable = 5;
fun getOverlayableBuilder(): Builder! |
|
Whether this resource can be overlaid by a runtime resource overlay (RRO).
.aapt.pb.Overlayable overlayable = 5;
fun getOverlayableOrBuilder(): OverlayableOrBuilder! |
|
The visibility of this entry (public, private, undefined).
.aapt.pb.Visibility visibility = 3;
fun getVisibility(): Visibility! |
|
The visibility of this entry (public, private, undefined).
.aapt.pb.Visibility visibility = 3;
fun getVisibilityBuilder(): Builder! |
|
The visibility of this entry (public, private, undefined).
.aapt.pb.Visibility visibility = 3;
fun getVisibilityOrBuilder(): VisibilityOrBuilder! |
|
Whether this resource, when originating from a compile-time overlay, is allowed to NOT overlay
any existing resources.
.aapt.pb.AllowNew allow_new = 4;
fun hasAllowNew(): Boolean |
|
The ID of this entry. Together with the package ID and type ID, this forms a full resource ID
of the form 0xPPTTEEEE, where PP is the package ID, TT is the type ID, and EEEE is the entry
ID.
This may not be set if no ID was assigned.
.aapt.pb.EntryId entry_id = 1;
fun hasEntryId(): Boolean |
|
Whether this resource can be overlaid by a runtime resource overlay (RRO).
.aapt.pb.Overlayable overlayable = 5;
fun hasOverlayable(): Boolean |
|
The visibility of this entry (public, private, undefined).
.aapt.pb.Visibility visibility = 3;
fun hasVisibility(): Boolean |
|
fun internalGetFieldAccessorTable(): FieldAccessorTable! |
|
fun isInitialized(): Boolean |
|
Whether this resource, when originating from a compile-time overlay, is allowed to NOT overlay
any existing resources.
.aapt.pb.AllowNew allow_new = 4;
fun mergeAllowNew(value: AllowNew!): Builder! |
|
The ID of this entry. Together with the package ID and type ID, this forms a full resource ID
of the form 0xPPTTEEEE, where PP is the package ID, TT is the type ID, and EEEE is the entry
ID.
This may not be set if no ID was assigned.
.aapt.pb.EntryId entry_id = 1;
fun mergeEntryId(value: EntryId!): Builder! |
|
fun mergeFrom(other: Message!): Builder!
fun mergeFrom(other: Entry!): Builder!
fun mergeFrom(input: CodedInputStream!, extensionRegistry: ExtensionRegistryLite!): Builder! |
|
Whether this resource can be overlaid by a runtime resource overlay (RRO).
.aapt.pb.Overlayable overlayable = 5;
fun mergeOverlayable(value: Overlayable!): Builder! |
|
fun mergeUnknownFields(unknownFields: UnknownFieldSet!): Builder! |
|
The visibility of this entry (public, private, undefined).
.aapt.pb.Visibility visibility = 3;
fun mergeVisibility(value: Visibility!): Builder! |
|
The set of values defined for this entry, each corresponding to a different
configuration/variant.
repeated .aapt.pb.ConfigValue config_value = 6;
fun removeConfigValue(index: Int): Builder! |
|
Whether this resource, when originating from a compile-time overlay, is allowed to NOT overlay
any existing resources.
.aapt.pb.AllowNew allow_new = 4;
fun setAllowNew(value: AllowNew!): Builder!
fun setAllowNew(builderForValue: Builder!): Builder! |
|
The set of values defined for this entry, each corresponding to a different
configuration/variant.
repeated .aapt.pb.ConfigValue config_value = 6;
fun setConfigValue(index: Int, value: ConfigValue!): Builder!
fun setConfigValue(index: Int, builderForValue: Builder!): Builder! |
|
The ID of this entry. Together with the package ID and type ID, this forms a full resource ID
of the form 0xPPTTEEEE, where PP is the package ID, TT is the type ID, and EEEE is the entry
ID.
This may not be set if no ID was assigned.
.aapt.pb.EntryId entry_id = 1;
fun setEntryId(value: EntryId!): Builder!
fun setEntryId(builderForValue: Builder!): Builder! |
|
fun setField(field: FieldDescriptor!, value: Any!): Builder! |
|
The name of this entry. This corresponds to the 'entry' part of a full resource name of the
form package:type/entry.
string name = 2;
fun setName(value: String!): Builder! |
|
The name of this entry. This corresponds to the 'entry' part of a full resource name of the
form package:type/entry.
string name = 2;
fun setNameBytes(value: ByteString!): Builder! |
|
Whether this resource can be overlaid by a runtime resource overlay (RRO).
.aapt.pb.Overlayable overlayable = 5;
fun setOverlayable(value: Overlayable!): Builder!
fun setOverlayable(builderForValue: Builder!): Builder! |
|
fun setRepeatedField(field: FieldDescriptor!, index: Int, value: Any!): Builder! |
|
fun setUnknownFields(unknownFields: UnknownFieldSet!): Builder! |
|
The visibility of this entry (public, private, undefined).
.aapt.pb.Visibility visibility = 3;
fun setVisibility(value: Visibility!): Builder!
fun setVisibility(builderForValue: Builder!): Builder! |