|
fun addRepeatedField(field: FieldDescriptor!, value: Any!): Builder! |
|
fun build(): Primitive! |
|
fun buildPartial(): Primitive! |
|
fun clear(): Builder! |
|
bool boolean_value = 8;
fun clearBooleanValue(): Builder! |
|
uint32 color_argb4_value = 11;
fun clearColorArgb4Value(): Builder! |
|
uint32 color_argb8_value = 9;
fun clearColorArgb8Value(): Builder! |
|
uint32 color_rgb4_value = 12;
fun clearColorRgb4Value(): Builder! |
|
uint32 color_rgb8_value = 10;
fun clearColorRgb8Value(): Builder! |
|
uint32 dimension_value = 13;
fun clearDimensionValue(): Builder! |
|
float dimension_value_deprecated = 4 [deprecated = true];
fun clearDimensionValueDeprecated(): Builder! |
|
.aapt.pb.Primitive.EmptyType empty_value = 2;
fun clearEmptyValue(): Builder! |
|
fun clearField(field: FieldDescriptor!): Builder! |
|
float float_value = 3;
fun clearFloatValue(): Builder! |
|
uint32 fraction_value = 14;
fun clearFractionValue(): Builder! |
|
float fraction_value_deprecated = 5 [deprecated = true];
fun clearFractionValueDeprecated(): Builder! |
|
int32 int_decimal_value = 6;
fun clearIntDecimalValue(): Builder! |
|
uint32 int_hexadecimal_value = 7;
fun clearIntHexadecimalValue(): Builder! |
|
.aapt.pb.Primitive.NullType null_value = 1;
fun clearNullValue(): Builder! |
|
fun clearOneof(oneof: OneofDescriptor!): Builder! |
|
fun clearOneofValue(): Builder! |
|
fun clone(): Builder! |
|
bool boolean_value = 8;
fun getBooleanValue(): Boolean |
|
uint32 color_argb4_value = 11;
fun getColorArgb4Value(): Int |
|
uint32 color_argb8_value = 9;
fun getColorArgb8Value(): Int |
|
uint32 color_rgb4_value = 12;
fun getColorRgb4Value(): Int |
|
uint32 color_rgb8_value = 10;
fun getColorRgb8Value(): Int |
|
fun getDefaultInstanceForType(): Primitive! |
|
static fun getDescriptor(): Descriptor! |
|
fun getDescriptorForType(): Descriptor! |
|
uint32 dimension_value = 13;
fun getDimensionValue(): Int |
|
float dimension_value_deprecated = 4 [deprecated = true];
fun getDimensionValueDeprecated(): Float |
|
.aapt.pb.Primitive.EmptyType empty_value = 2;
fun getEmptyValue(): EmptyType! |
|
.aapt.pb.Primitive.EmptyType empty_value = 2;
fun getEmptyValueBuilder(): Builder! |
|
.aapt.pb.Primitive.EmptyType empty_value = 2;
fun getEmptyValueOrBuilder(): EmptyTypeOrBuilder! |
|
float float_value = 3;
fun getFloatValue(): Float |
|
uint32 fraction_value = 14;
fun getFractionValue(): Int |
|
float fraction_value_deprecated = 5 [deprecated = true];
fun getFractionValueDeprecated(): Float |
|
int32 int_decimal_value = 6;
fun getIntDecimalValue(): Int |
|
uint32 int_hexadecimal_value = 7;
fun getIntHexadecimalValue(): Int |
|
.aapt.pb.Primitive.NullType null_value = 1;
fun getNullValue(): NullType! |
|
.aapt.pb.Primitive.NullType null_value = 1;
fun getNullValueBuilder(): Builder! |
|
.aapt.pb.Primitive.NullType null_value = 1;
fun getNullValueOrBuilder(): NullTypeOrBuilder! |
|
fun getOneofValueCase(): OneofValueCase! |
|
.aapt.pb.Primitive.EmptyType empty_value = 2;
fun hasEmptyValue(): Boolean |
|
.aapt.pb.Primitive.NullType null_value = 1;
fun hasNullValue(): Boolean |
|
fun internalGetFieldAccessorTable(): FieldAccessorTable! |
|
fun isInitialized(): Boolean |
|
.aapt.pb.Primitive.EmptyType empty_value = 2;
fun mergeEmptyValue(value: EmptyType!): Builder! |
|
fun mergeFrom(other: Message!): Builder!
fun mergeFrom(other: Primitive!): Builder!
fun mergeFrom(input: CodedInputStream!, extensionRegistry: ExtensionRegistryLite!): Builder! |
|
.aapt.pb.Primitive.NullType null_value = 1;
fun mergeNullValue(value: NullType!): Builder! |
|
fun mergeUnknownFields(unknownFields: UnknownFieldSet!): Builder! |
|
bool boolean_value = 8;
fun setBooleanValue(value: Boolean): Builder! |
|
uint32 color_argb4_value = 11;
fun setColorArgb4Value(value: Int): Builder! |
|
uint32 color_argb8_value = 9;
fun setColorArgb8Value(value: Int): Builder! |
|
uint32 color_rgb4_value = 12;
fun setColorRgb4Value(value: Int): Builder! |
|
uint32 color_rgb8_value = 10;
fun setColorRgb8Value(value: Int): Builder! |
|
uint32 dimension_value = 13;
fun setDimensionValue(value: Int): Builder! |
|
float dimension_value_deprecated = 4 [deprecated = true];
fun setDimensionValueDeprecated(value: Float): Builder! |
|
.aapt.pb.Primitive.EmptyType empty_value = 2;
fun setEmptyValue(value: EmptyType!): Builder!
fun setEmptyValue(builderForValue: Builder!): Builder! |
|
fun setField(field: FieldDescriptor!, value: Any!): Builder! |
|
float float_value = 3;
fun setFloatValue(value: Float): Builder! |
|
uint32 fraction_value = 14;
fun setFractionValue(value: Int): Builder! |
|
float fraction_value_deprecated = 5 [deprecated = true];
fun setFractionValueDeprecated(value: Float): Builder! |
|
int32 int_decimal_value = 6;
fun setIntDecimalValue(value: Int): Builder! |
|
uint32 int_hexadecimal_value = 7;
fun setIntHexadecimalValue(value: Int): Builder! |
|
.aapt.pb.Primitive.NullType null_value = 1;
fun setNullValue(value: NullType!): Builder!
fun setNullValue(builderForValue: Builder!): Builder! |
|
fun setRepeatedField(field: FieldDescriptor!, index: Int, value: Any!): Builder! |
|
fun setUnknownFields(unknownFields: UnknownFieldSet!): Builder! |