booster / com.didiglobal.booster.aapt2 / Resources / TypeOrBuilder

TypeOrBuilder

interface TypeOrBuilder : MessageOrBuilder

Functions

getEntry


      The entries defined for this type.
      
repeated .aapt.pb.Entry entry = 3;

abstract fun getEntry(index: Int): Entry!

getEntryCount


      The entries defined for this type.
      
repeated .aapt.pb.Entry entry = 3;

abstract fun getEntryCount(): Int

getEntryList


      The entries defined for this type.
      
repeated .aapt.pb.Entry entry = 3;

abstract fun getEntryList(): MutableList<Entry!>!

getEntryOrBuilder


      The entries defined for this type.
      
repeated .aapt.pb.Entry entry = 3;

abstract fun getEntryOrBuilder(index: Int): EntryOrBuilder!

getEntryOrBuilderList


      The entries defined for this type.
      
repeated .aapt.pb.Entry entry = 3;

abstract fun getEntryOrBuilderList(): MutableList<out EntryOrBuilder!>!

getName


      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;

abstract fun getName(): String!

getNameBytes


      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;

abstract fun getNameBytes(): ByteString!

getTypeId


      The ID of the type. This may not be set if no ID was assigned.
      
.aapt.pb.TypeId type_id = 1;

abstract fun getTypeId(): TypeId!

getTypeIdOrBuilder


      The ID of the type. This may not be set if no ID was assigned.
      
.aapt.pb.TypeId type_id = 1;

abstract fun getTypeIdOrBuilder(): TypeIdOrBuilder!

hasTypeId


      The ID of the type. This may not be set if no ID was assigned.
      
.aapt.pb.TypeId type_id = 1;

abstract fun hasTypeId(): Boolean