|
fun equals(other: Any?): Boolean |
|
static fun getDefaultInstance(): Attribute! |
|
fun getDefaultInstanceForType(): Attribute! |
|
static fun getDescriptor(): Descriptor! |
|
A bitmask of types that this XML attribute accepts. Corresponds to the flags in the
enum FormatFlags.
uint32 format_flags = 1;
fun getFormatFlags(): Int |
|
The largest integer allowed for this XML attribute. Only makes sense if the format includes
FormatFlags::INTEGER.
int32 max_int = 3;
fun getMaxInt(): Int |
|
The smallest integer allowed for this XML attribute. Only makes sense if the format includes
FormatFlags::INTEGER.
int32 min_int = 2;
fun getMinInt(): Int |
|
fun getParserForType(): Parser<Attribute!>! |
|
fun getSerializedSize(): Int |
|
The set of enums/flags defined in this attribute. Only makes sense if the format includes
either FormatFlags::ENUM or FormatFlags::FLAGS. Having both is an error.
repeated .aapt.pb.Attribute.Symbol symbol = 4;
fun getSymbol(index: Int): Symbol! |
|
The set of enums/flags defined in this attribute. Only makes sense if the format includes
either FormatFlags::ENUM or FormatFlags::FLAGS. Having both is an error.
repeated .aapt.pb.Attribute.Symbol symbol = 4;
fun getSymbolCount(): Int |
|
The set of enums/flags defined in this attribute. Only makes sense if the format includes
either FormatFlags::ENUM or FormatFlags::FLAGS. Having both is an error.
repeated .aapt.pb.Attribute.Symbol symbol = 4;
fun getSymbolList(): MutableList<Symbol!>! |
|
The set of enums/flags defined in this attribute. Only makes sense if the format includes
either FormatFlags::ENUM or FormatFlags::FLAGS. Having both is an error.
repeated .aapt.pb.Attribute.Symbol symbol = 4;
fun getSymbolOrBuilder(index: Int): SymbolOrBuilder! |
|
The set of enums/flags defined in this attribute. Only makes sense if the format includes
either FormatFlags::ENUM or FormatFlags::FLAGS. Having both is an error.
repeated .aapt.pb.Attribute.Symbol symbol = 4;
fun getSymbolOrBuilderList(): MutableList<out SymbolOrBuilder!>! |
|
fun getUnknownFields(): UnknownFieldSet! |
|
fun hashCode(): Int |
|
fun internalGetFieldAccessorTable(): FieldAccessorTable! |
|
fun isInitialized(): Boolean |
|
static fun newBuilder(): Builder!
static fun newBuilder(prototype: Attribute!): Builder! |
|
fun newBuilderForType(): Builder!
fun newBuilderForType(parent: BuilderParent!): Builder! |
|
fun newInstance(unused: UnusedPrivateParameter!): Any! |
|
static fun parseDelimitedFrom(input: InputStream!): Attribute!
static fun parseDelimitedFrom(input: InputStream!, extensionRegistry: ExtensionRegistryLite!): Attribute! |
|
static fun parseFrom(data: ByteBuffer!): Attribute!
static fun parseFrom(data: ByteBuffer!, extensionRegistry: ExtensionRegistryLite!): Attribute!
static fun parseFrom(data: ByteString!): Attribute!
static fun parseFrom(data: ByteString!, extensionRegistry: ExtensionRegistryLite!): Attribute!
static fun parseFrom(data: ByteArray!): Attribute!
static fun parseFrom(data: ByteArray!, extensionRegistry: ExtensionRegistryLite!): Attribute!
static fun parseFrom(input: InputStream!): Attribute!
static fun parseFrom(input: InputStream!, extensionRegistry: ExtensionRegistryLite!): Attribute!
static fun parseFrom(input: CodedInputStream!): Attribute!
static fun parseFrom(input: CodedInputStream!, extensionRegistry: ExtensionRegistryLite!): Attribute! |
|
static fun parser(): Parser<Attribute!>! |
|
fun toBuilder(): Builder! |
|
fun writeTo(output: CodedOutputStream!): Unit |