public interface

DynamicProto.DynamicStringOrBuilder

 androidx.wear.protolayout.expression.proto.DynamicProto.DynamicStringOrBuilder

Subclasses:

DynamicProto.DynamicString, DynamicProto.DynamicString.Builder

Summary

Methods
public DynamicProto.ConcatStringOpgetConcatOp()

.androidx.wear.protolayout.expression.proto.ConcatStringOp concat_op = 5;

public DynamicProto.ConditionalStringOpgetConditionalOp()

.androidx.wear.protolayout.expression.proto.ConditionalStringOp conditional_op = 4;

public FingerprintProto.NodeFingerprintgetFingerprint()

 The fingerprint for the dynamic node

public FixedProto.FixedStringgetFixed()

.androidx.wear.protolayout.expression.proto.FixedString fixed = 1;

public DynamicProto.FloatFormatOpgetFloatFormatOp()

.androidx.wear.protolayout.expression.proto.FloatFormatOp float_format_op = 6;

public DynamicProto.DynamicString.InnerCasegetInnerCase()

public DynamicProto.Int32FormatOpgetInt32FormatOp()

.androidx.wear.protolayout.expression.proto.Int32FormatOp int32_format_op = 2;

public DynamicProto.StateStringSourcegetStateSource()

.androidx.wear.protolayout.expression.proto.StateStringSource state_source = 3;

public booleanhasConcatOp()

.androidx.wear.protolayout.expression.proto.ConcatStringOp concat_op = 5;

public booleanhasConditionalOp()

.androidx.wear.protolayout.expression.proto.ConditionalStringOp conditional_op = 4;

public booleanhasFingerprint()

 The fingerprint for the dynamic node

public booleanhasFixed()

.androidx.wear.protolayout.expression.proto.FixedString fixed = 1;

public booleanhasFloatFormatOp()

.androidx.wear.protolayout.expression.proto.FloatFormatOp float_format_op = 6;

public booleanhasInt32FormatOp()

.androidx.wear.protolayout.expression.proto.Int32FormatOp int32_format_op = 2;

public booleanhasStateSource()

.androidx.wear.protolayout.expression.proto.StateStringSource state_source = 3;

Methods

public boolean hasFixed()

.androidx.wear.protolayout.expression.proto.FixedString fixed = 1;

Returns:

Whether the fixed field is set.

public FixedProto.FixedString getFixed()

.androidx.wear.protolayout.expression.proto.FixedString fixed = 1;

Returns:

The fixed.

public boolean hasInt32FormatOp()

.androidx.wear.protolayout.expression.proto.Int32FormatOp int32_format_op = 2;

Returns:

Whether the int32FormatOp field is set.

public DynamicProto.Int32FormatOp getInt32FormatOp()

.androidx.wear.protolayout.expression.proto.Int32FormatOp int32_format_op = 2;

Returns:

The int32FormatOp.

public boolean hasStateSource()

.androidx.wear.protolayout.expression.proto.StateStringSource state_source = 3;

Returns:

Whether the stateSource field is set.

public DynamicProto.StateStringSource getStateSource()

.androidx.wear.protolayout.expression.proto.StateStringSource state_source = 3;

Returns:

The stateSource.

public boolean hasConditionalOp()

.androidx.wear.protolayout.expression.proto.ConditionalStringOp conditional_op = 4;

Returns:

Whether the conditionalOp field is set.

public DynamicProto.ConditionalStringOp getConditionalOp()

.androidx.wear.protolayout.expression.proto.ConditionalStringOp conditional_op = 4;

Returns:

The conditionalOp.

public boolean hasConcatOp()

.androidx.wear.protolayout.expression.proto.ConcatStringOp concat_op = 5;

Returns:

Whether the concatOp field is set.

public DynamicProto.ConcatStringOp getConcatOp()

.androidx.wear.protolayout.expression.proto.ConcatStringOp concat_op = 5;

Returns:

The concatOp.

public boolean hasFloatFormatOp()

.androidx.wear.protolayout.expression.proto.FloatFormatOp float_format_op = 6;

Returns:

Whether the floatFormatOp field is set.

public DynamicProto.FloatFormatOp getFloatFormatOp()

.androidx.wear.protolayout.expression.proto.FloatFormatOp float_format_op = 6;

Returns:

The floatFormatOp.

public boolean hasFingerprint()

 The fingerprint for the dynamic node
 
.androidx.wear.protolayout.proto.NodeFingerprint fingerprint = 7;

Returns:

Whether the fingerprint field is set.

public FingerprintProto.NodeFingerprint getFingerprint()

 The fingerprint for the dynamic node
 
.androidx.wear.protolayout.proto.NodeFingerprint fingerprint = 7;

Returns:

The fingerprint.