public interface

DynamicProto.DynamicBoolOrBuilder

 androidx.wear.protolayout.expression.proto.DynamicProto.DynamicBoolOrBuilder

Subclasses:

DynamicProto.DynamicBool, DynamicProto.DynamicBool.Builder

Summary

Methods
public FingerprintProto.NodeFingerprintgetFingerprint()

 The fingerprint for the dynamic node

public FixedProto.FixedBoolgetFixed()

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

public DynamicProto.ComparisonFloatOpgetFloatComparison()

.androidx.wear.protolayout.expression.proto.ComparisonFloatOp float_comparison = 6;

public DynamicProto.DynamicBool.InnerCasegetInnerCase()

public DynamicProto.ComparisonInt32OpgetInt32Comparison()

.androidx.wear.protolayout.expression.proto.ComparisonInt32Op int32_comparison = 3;

public DynamicProto.LogicalBoolOpgetLogicalOp()

.androidx.wear.protolayout.expression.proto.LogicalBoolOp logical_op = 5;

public DynamicProto.NotBoolOpgetNotOp()

.androidx.wear.protolayout.expression.proto.NotBoolOp not_op = 4;

public DynamicProto.StateBoolSourcegetStateSource()

.androidx.wear.protolayout.expression.proto.StateBoolSource state_source = 2;

public booleanhasFingerprint()

 The fingerprint for the dynamic node

public booleanhasFixed()

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

public booleanhasFloatComparison()

.androidx.wear.protolayout.expression.proto.ComparisonFloatOp float_comparison = 6;

public booleanhasInt32Comparison()

.androidx.wear.protolayout.expression.proto.ComparisonInt32Op int32_comparison = 3;

public booleanhasLogicalOp()

.androidx.wear.protolayout.expression.proto.LogicalBoolOp logical_op = 5;

public booleanhasNotOp()

.androidx.wear.protolayout.expression.proto.NotBoolOp not_op = 4;

public booleanhasStateSource()

.androidx.wear.protolayout.expression.proto.StateBoolSource state_source = 2;

Methods

public boolean hasFixed()

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

Returns:

Whether the fixed field is set.

public FixedProto.FixedBool getFixed()

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

Returns:

The fixed.

public boolean hasStateSource()

.androidx.wear.protolayout.expression.proto.StateBoolSource state_source = 2;

Returns:

Whether the stateSource field is set.

public DynamicProto.StateBoolSource getStateSource()

.androidx.wear.protolayout.expression.proto.StateBoolSource state_source = 2;

Returns:

The stateSource.

public boolean hasInt32Comparison()

.androidx.wear.protolayout.expression.proto.ComparisonInt32Op int32_comparison = 3;

Returns:

Whether the int32Comparison field is set.

public DynamicProto.ComparisonInt32Op getInt32Comparison()

.androidx.wear.protolayout.expression.proto.ComparisonInt32Op int32_comparison = 3;

Returns:

The int32Comparison.

public boolean hasNotOp()

.androidx.wear.protolayout.expression.proto.NotBoolOp not_op = 4;

Returns:

Whether the notOp field is set.

public DynamicProto.NotBoolOp getNotOp()

.androidx.wear.protolayout.expression.proto.NotBoolOp not_op = 4;

Returns:

The notOp.

public boolean hasLogicalOp()

.androidx.wear.protolayout.expression.proto.LogicalBoolOp logical_op = 5;

Returns:

Whether the logicalOp field is set.

public DynamicProto.LogicalBoolOp getLogicalOp()

.androidx.wear.protolayout.expression.proto.LogicalBoolOp logical_op = 5;

Returns:

The logicalOp.

public boolean hasFloatComparison()

.androidx.wear.protolayout.expression.proto.ComparisonFloatOp float_comparison = 6;

Returns:

Whether the floatComparison field is set.

public DynamicProto.ComparisonFloatOp getFloatComparison()

.androidx.wear.protolayout.expression.proto.ComparisonFloatOp float_comparison = 6;

Returns:

The floatComparison.

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.