|
A bitmask of types that this XML attribute accepts. Corresponds to the flags in the
enum FormatFlags.
uint32 format_flags = 1;
abstract fun getFormatFlags(): Int |
|
The largest integer allowed for this XML attribute. Only makes sense if the format includes
FormatFlags::INTEGER.
int32 max_int = 3;
abstract fun getMaxInt(): Int |
|
The smallest integer allowed for this XML attribute. Only makes sense if the format includes
FormatFlags::INTEGER.
int32 min_int = 2;
abstract 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;
abstract 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;
abstract 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;
abstract 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;
abstract 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;
abstract fun getSymbolOrBuilderList(): MutableList<out SymbolOrBuilder!>! |