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

Entry

class Entry : GeneratedMessageV3, EntryOrBuilder


      An XML attribute/value pair defined in the style.
      
Protobuf type aapt.pb.Style.Entry

Types

Builder


        An XML attribute/value pair defined in the style.
        
Protobuf type aapt.pb.Style.Entry

class Builder : Builder<Builder!>, EntryOrBuilder

Properties

COMMENT_FIELD_NUMBER

static val COMMENT_FIELD_NUMBER: Int

ITEM_FIELD_NUMBER

static val ITEM_FIELD_NUMBER: Int

KEY_FIELD_NUMBER

static val KEY_FIELD_NUMBER: Int

SOURCE_FIELD_NUMBER

static val SOURCE_FIELD_NUMBER: Int

Functions

equals

fun equals(other: Any?): Boolean

getComment


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

fun getComment(): String!

getCommentBytes


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

fun getCommentBytes(): ByteString!

getDefaultInstance

static fun getDefaultInstance(): Entry!

getDefaultInstanceForType

fun getDefaultInstanceForType(): Entry!

getDescriptor

static fun getDescriptor(): Descriptor!

getItem


        The Item defined for this XML attribute.
        
.aapt.pb.Item item = 4;

fun getItem(): Item!

getItemOrBuilder


        The Item defined for this XML attribute.
        
.aapt.pb.Item item = 4;

fun getItemOrBuilder(): ItemOrBuilder!

getKey


        A reference to the XML attribute.
        
.aapt.pb.Reference key = 3;

fun getKey(): Reference!

getKeyOrBuilder


        A reference to the XML attribute.
        
.aapt.pb.Reference key = 3;

fun getKeyOrBuilder(): ReferenceOrBuilder!

getParserForType

fun getParserForType(): Parser<Entry!>!

getSerializedSize

fun getSerializedSize(): Int

getSource


        Where the entry was defined.
        
.aapt.pb.Source source = 1;

fun getSource(): Source!

getSourceOrBuilder


        Where the entry was defined.
        
.aapt.pb.Source source = 1;

fun getSourceOrBuilder(): SourceOrBuilder!

getUnknownFields

fun getUnknownFields(): UnknownFieldSet!

hashCode

fun hashCode(): Int

hasItem


        The Item defined for this XML attribute.
        
.aapt.pb.Item item = 4;

fun hasItem(): Boolean

hasKey


        A reference to the XML attribute.
        
.aapt.pb.Reference key = 3;

fun hasKey(): Boolean

hasSource


        Where the entry was defined.
        
.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