|
fun equals(other: Any?): 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 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 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 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!>! |
|
static fun getDefaultInstance(): Entry! |
|
fun getDefaultInstanceForType(): Entry! |
|
static fun getDescriptor(): 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 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 getOverlayableOrBuilder(): OverlayableOrBuilder! |
|
fun getParserForType(): Parser<Entry!>! |
|
fun getSerializedSize(): Int |
|
fun getUnknownFields(): UnknownFieldSet! |
|
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 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 |
|
fun hashCode(): Int |
|
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 |
|
static fun newBuilder(): Builder!
static fun newBuilder(prototype: Entry!): Builder! |
|
fun newBuilderForType(): Builder!
fun newBuilderForType(parent: BuilderParent!): Builder! |
|
fun newInstance(unused: UnusedPrivateParameter!): Any! |
|
static fun parseDelimitedFrom(input: InputStream!): Entry!
static fun parseDelimitedFrom(input: InputStream!, extensionRegistry: ExtensionRegistryLite!): Entry! |
|
static fun parseFrom(data: ByteBuffer!): Entry!
static fun parseFrom(data: ByteBuffer!, extensionRegistry: ExtensionRegistryLite!): Entry!
static fun parseFrom(data: ByteString!): Entry!
static fun parseFrom(data: ByteString!, extensionRegistry: ExtensionRegistryLite!): Entry!
static fun parseFrom(data: ByteArray!): Entry!
static fun parseFrom(data: ByteArray!, extensionRegistry: ExtensionRegistryLite!): Entry!
static fun parseFrom(input: InputStream!): Entry!
static fun parseFrom(input: InputStream!, extensionRegistry: ExtensionRegistryLite!): Entry!
static fun parseFrom(input: CodedInputStream!): Entry!
static fun parseFrom(input: CodedInputStream!, extensionRegistry: ExtensionRegistryLite!): Entry! |
|
static fun parser(): Parser<Entry!>! |
|
fun toBuilder(): Builder! |
|
fun writeTo(output: CodedOutputStream!): Unit |