public interface

DynamicProto.Int32FormatOpOrBuilder

 androidx.wear.protolayout.expression.proto.DynamicProto.Int32FormatOpOrBuilder

Subclasses:

DynamicProto.Int32FormatOp, DynamicProto.Int32FormatOp.Builder

Summary

Methods
public booleangetGroupingUsed()

 Digit grouping used.

public DynamicProto.DynamicInt32getInput()

 The source of Int32 data to convert to a string.

public intgetMinIntegerDigits()

 Minimum integer digits.

public DynamicProto.Int32FormatOp.OptionalMinIntegerDigitsCasegetOptionalMinIntegerDigitsCase()

public booleanhasInput()

 The source of Int32 data to convert to a string.

public booleanhasMinIntegerDigits()

 Minimum integer digits.

Methods

public boolean hasInput()

 The source of Int32 data to convert to a string.
 
.androidx.wear.protolayout.expression.proto.DynamicInt32 input = 1;

Returns:

Whether the input field is set.

public DynamicProto.DynamicInt32 getInput()

 The source of Int32 data to convert to a string.
 
.androidx.wear.protolayout.expression.proto.DynamicInt32 input = 1;

Returns:

The input.

public boolean hasMinIntegerDigits()

 Minimum integer digits. Sign and grouping characters are not considered
 when applying minIntegerDigits constraint. If not defined, defaults to
 one. For example,in the for locale en_US, applying minIntegerDigit=4 to
 12 would yield "0012".
 
int32 min_integer_digits = 4;

Returns:

Whether the minIntegerDigits field is set.

public int getMinIntegerDigits()

 Minimum integer digits. Sign and grouping characters are not considered
 when applying minIntegerDigits constraint. If not defined, defaults to
 one. For example,in the for locale en_US, applying minIntegerDigit=4 to
 12 would yield "0012".
 
int32 min_integer_digits = 4;

Returns:

The minIntegerDigits.

public boolean getGroupingUsed()

 Digit grouping used. Grouping size and grouping character depend on the
 current locale. If not defined, defaults to false.
 For example, in the for locale en_US, using grouping with 1234 would yield
 "1,234".
 
bool grouping_used = 5;

Returns:

The groupingUsed.

public DynamicProto.Int32FormatOp.OptionalMinIntegerDigitsCase getOptionalMinIntegerDigitsCase()