booster / com.didiglobal.booster.aapt2 / Resources / Styleable / Entry

Entry

class Entry : GeneratedMessageV3, EntryOrBuilder


      An attribute defined for this styleable.
      
Protobuf type aapt.pb.Styleable.Entry

Types

Builder


        An attribute defined for this styleable.
        
Protobuf type aapt.pb.Styleable.Entry

class Builder : Builder<Builder!>, EntryOrBuilder

Properties

ATTR_FIELD_NUMBER

static val ATTR_FIELD_NUMBER: Int

COMMENT_FIELD_NUMBER

static val COMMENT_FIELD_NUMBER: Int

SOURCE_FIELD_NUMBER

static val SOURCE_FIELD_NUMBER: Int

Functions

equals

fun equals(other: Any?): Boolean

getAttr


        The reference to the attribute.
        
.aapt.pb.Reference attr = 3;

fun getAttr(): Reference!

getAttrOrBuilder


        The reference to the attribute.
        
.aapt.pb.Reference attr = 3;

fun getAttrOrBuilder(): ReferenceOrBuilder!

getComment


        Any comments associated with the declaration.
        
string comment = 2;

fun getComment(): String!

getCommentBytes


        Any comments associated with the declaration.
        
string comment = 2;

fun getCommentBytes(): ByteString!

getDefaultInstance

static fun getDefaultInstance(): Entry!

getDefaultInstanceForType

fun getDefaultInstanceForType(): Entry!

getDescriptor

static fun getDescriptor(): Descriptor!

getParserForType

fun getParserForType(): Parser<Entry!>!

getSerializedSize

fun getSerializedSize(): Int

getSource


        Where the attribute was defined within the <declare-styleable> block.
        
.aapt.pb.Source source = 1;

fun getSource(): Source!

getSourceOrBuilder


        Where the attribute was defined within the <declare-styleable> block.
        
.aapt.pb.Source source = 1;

fun getSourceOrBuilder(): SourceOrBuilder!

getUnknownFields

fun getUnknownFields(): UnknownFieldSet!

hasAttr


        The reference to the attribute.
        
.aapt.pb.Reference attr = 3;

fun hasAttr(): Boolean

hashCode

fun hashCode(): Int

hasSource


        Where the attribute was defined within the <declare-styleable> block.
        
.aapt.pb.Source source = 1;

fun hasSource(): Boolean

internalGetFieldAccessorTable

fun internalGetFieldAccessorTable(): FieldAccessorTable!

isInitialized

fun isInitialized(): Boolean

newBuilder

static fun newBuilder(): Builder!
static fun newBuilder(prototype: Entry!): Builder!

newBuilderForType

fun newBuilderForType(): Builder!
fun newBuilderForType(parent: BuilderParent!): Builder!

newInstance

fun newInstance(unused: UnusedPrivateParameter!): Any!

parseDelimitedFrom

static fun parseDelimitedFrom(input: InputStream!): Entry!
static fun parseDelimitedFrom(input: InputStream!, extensionRegistry: ExtensionRegistryLite!): Entry!

parseFrom

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!

parser

static fun parser(): Parser<Entry!>!

toBuilder

fun toBuilder(): Builder!

writeTo

fun writeTo(output: CodedOutputStream!): Unit