| 
 | 
fun equals(other: Any?): Boolean | 
| 
 | 
static fun getDefaultInstance(): Type! | 
| 
 | 
fun getDefaultInstanceForType(): Type! | 
| 
 | 
static fun getDescriptor(): Descriptor! | 
| 
 | 
      The entries defined for this type.
        repeated .aapt.pb.Entry entry = 3;
fun getEntry(index: Int): Entry! | 
| 
 | 
      The entries defined for this type.
        repeated .aapt.pb.Entry entry = 3;
fun getEntryCount(): Int | 
| 
 | 
      The entries defined for this type.
        repeated .aapt.pb.Entry entry = 3;
fun getEntryList(): MutableList<Entry!>! | 
| 
 | 
      The entries defined for this type.
        repeated .aapt.pb.Entry entry = 3;
fun getEntryOrBuilder(index: Int): EntryOrBuilder! | 
| 
 | 
      The entries defined for this type.
        repeated .aapt.pb.Entry entry = 3;
fun getEntryOrBuilderList(): MutableList<out EntryOrBuilder!>! | 
| 
 | 
      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;
fun getName(): String! | 
| 
 | 
      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;
fun getNameBytes(): ByteString! | 
| 
 | 
fun getParserForType(): Parser<Type!>! | 
| 
 | 
fun getSerializedSize(): Int | 
| 
 | 
      The ID of the type. This may not be set if no ID was assigned.
        .aapt.pb.TypeId type_id = 1;
fun getTypeId(): TypeId! | 
| 
 | 
      The ID of the type. This may not be set if no ID was assigned.
        .aapt.pb.TypeId type_id = 1;
fun getTypeIdOrBuilder(): TypeIdOrBuilder! | 
| 
 | 
fun getUnknownFields(): UnknownFieldSet! | 
| 
 | 
fun hashCode(): Int | 
| 
 | 
      The ID of the type. This may not be set if no ID was assigned.
        .aapt.pb.TypeId type_id = 1;
fun hasTypeId(): Boolean | 
| 
 | 
fun internalGetFieldAccessorTable(): FieldAccessorTable! | 
| 
 | 
fun isInitialized(): Boolean | 
| 
 | 
static fun newBuilder(): Builder! 
static fun newBuilder(prototype: Type!): Builder! | 
| 
 | 
fun newBuilderForType(): Builder! 
fun newBuilderForType(parent: BuilderParent!): Builder! | 
| 
 | 
fun newInstance(unused: UnusedPrivateParameter!): Any! | 
| 
 | 
static fun parseDelimitedFrom(input: InputStream!): Type! 
static fun parseDelimitedFrom(input: InputStream!, extensionRegistry: ExtensionRegistryLite!): Type! | 
| 
 | 
static fun parseFrom(data: ByteBuffer!): Type! 
static fun parseFrom(data: ByteBuffer!, extensionRegistry: ExtensionRegistryLite!): Type! 
static fun parseFrom(data: ByteString!): Type! 
static fun parseFrom(data: ByteString!, extensionRegistry: ExtensionRegistryLite!): Type! 
static fun parseFrom(data: ByteArray!): Type! 
static fun parseFrom(data: ByteArray!, extensionRegistry: ExtensionRegistryLite!): Type! 
static fun parseFrom(input: InputStream!): Type! 
static fun parseFrom(input: InputStream!, extensionRegistry: ExtensionRegistryLite!): Type! 
static fun parseFrom(input: CodedInputStream!): Type! 
static fun parseFrom(input: CodedInputStream!, extensionRegistry: ExtensionRegistryLite!): Type! | 
| 
 | 
static fun parser(): Parser<Type!>! | 
| 
 | 
fun toBuilder(): Builder! | 
| 
 | 
fun writeTo(output: CodedOutputStream!): Unit |