booster / com.didiglobal.booster.aapt2 / Resources / PrimitiveOrBuilder

PrimitiveOrBuilder

interface PrimitiveOrBuilder : MessageOrBuilder

Functions

getBooleanValue

bool boolean_value = 8;

abstract fun getBooleanValue(): Boolean

getColorArgb4Value

uint32 color_argb4_value = 11;

abstract fun getColorArgb4Value(): Int

getColorArgb8Value

uint32 color_argb8_value = 9;

abstract fun getColorArgb8Value(): Int

getColorRgb4Value

uint32 color_rgb4_value = 12;

abstract fun getColorRgb4Value(): Int

getColorRgb8Value

uint32 color_rgb8_value = 10;

abstract fun getColorRgb8Value(): Int

getDimensionValue

uint32 dimension_value = 13;

abstract fun getDimensionValue(): Int

getDimensionValueDeprecated

float dimension_value_deprecated = 4 [deprecated = true];

abstract fun getDimensionValueDeprecated(): Float

getEmptyValue

.aapt.pb.Primitive.EmptyType empty_value = 2;

abstract fun getEmptyValue(): EmptyType!

getEmptyValueOrBuilder

.aapt.pb.Primitive.EmptyType empty_value = 2;

abstract fun getEmptyValueOrBuilder(): EmptyTypeOrBuilder!

getFloatValue

float float_value = 3;

abstract fun getFloatValue(): Float

getFractionValue

uint32 fraction_value = 14;

abstract fun getFractionValue(): Int

getFractionValueDeprecated

float fraction_value_deprecated = 5 [deprecated = true];

abstract fun getFractionValueDeprecated(): Float

getIntDecimalValue

int32 int_decimal_value = 6;

abstract fun getIntDecimalValue(): Int

getIntHexadecimalValue

uint32 int_hexadecimal_value = 7;

abstract fun getIntHexadecimalValue(): Int

getNullValue

.aapt.pb.Primitive.NullType null_value = 1;

abstract fun getNullValue(): NullType!

getNullValueOrBuilder

.aapt.pb.Primitive.NullType null_value = 1;

abstract fun getNullValueOrBuilder(): NullTypeOrBuilder!

getOneofValueCase

abstract fun getOneofValueCase(): OneofValueCase!

hasEmptyValue

.aapt.pb.Primitive.EmptyType empty_value = 2;

abstract fun hasEmptyValue(): Boolean

hasNullValue

.aapt.pb.Primitive.NullType null_value = 1;

abstract fun hasNullValue(): Boolean