|
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 addAllSymbol(values: MutableIterable<Symbol!>!): Builder! |
|
fun addRepeatedField(field: FieldDescriptor!, value: Any!): Builder! |
|
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 addSymbol(value: Symbol!): Builder!
fun addSymbol(index: Int, value: Symbol!): Builder!
fun addSymbol(builderForValue: Builder!): Builder!
fun addSymbol(index: Int, builderForValue: Builder!): Builder! |
|
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 addSymbolBuilder(): Builder!
fun addSymbolBuilder(index: Int): Builder! |
|
fun build(): Attribute! |
|
fun buildPartial(): Attribute! |
|
fun clear(): Builder! |
|
fun clearField(field: FieldDescriptor!): Builder! |
|
A bitmask of types that this XML attribute accepts. Corresponds to the flags in the
enum FormatFlags.
uint32 format_flags = 1;
fun clearFormatFlags(): Builder! |
|
The largest integer allowed for this XML attribute. Only makes sense if the format includes
FormatFlags::INTEGER.
int32 max_int = 3;
fun clearMaxInt(): Builder! |
|
The smallest integer allowed for this XML attribute. Only makes sense if the format includes
FormatFlags::INTEGER.
int32 min_int = 2;
fun clearMinInt(): Builder! |
|
fun clearOneof(oneof: OneofDescriptor!): Builder! |
|
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 clearSymbol(): Builder! |
|
fun clone(): Builder! |
|
fun getDefaultInstanceForType(): Attribute! |
|
static fun getDescriptor(): Descriptor! |
|
fun getDescriptorForType(): 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 |
|
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 getSymbolBuilder(index: Int): Builder! |
|
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 getSymbolBuilderList(): MutableList<Builder!>! |
|
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 internalGetFieldAccessorTable(): FieldAccessorTable! |
|
fun isInitialized(): Boolean |
|
fun mergeFrom(other: Message!): Builder!
fun mergeFrom(other: Attribute!): Builder!
fun mergeFrom(input: CodedInputStream!, extensionRegistry: ExtensionRegistryLite!): Builder! |
|
fun mergeUnknownFields(unknownFields: UnknownFieldSet!): Builder! |
|
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 removeSymbol(index: Int): Builder! |
|
fun setField(field: FieldDescriptor!, value: Any!): Builder! |
|
A bitmask of types that this XML attribute accepts. Corresponds to the flags in the
enum FormatFlags.
uint32 format_flags = 1;
fun setFormatFlags(value: Int): Builder! |
|
The largest integer allowed for this XML attribute. Only makes sense if the format includes
FormatFlags::INTEGER.
int32 max_int = 3;
fun setMaxInt(value: Int): Builder! |
|
The smallest integer allowed for this XML attribute. Only makes sense if the format includes
FormatFlags::INTEGER.
int32 min_int = 2;
fun setMinInt(value: Int): Builder! |
|
fun setRepeatedField(field: FieldDescriptor!, index: Int, value: Any!): Builder! |
|
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 setSymbol(index: Int, value: Symbol!): Builder!
fun setSymbol(index: Int, builderForValue: Builder!): Builder! |
|
fun setUnknownFields(unknownFields: UnknownFieldSet!): Builder! |