public interface

DynamicProto.ComparisonFloatOpOrBuilder

 androidx.wear.protolayout.expression.proto.DynamicProto.ComparisonFloatOpOrBuilder

Subclasses:

DynamicProto.ComparisonFloatOp, DynamicProto.ComparisonFloatOp.Builder

Summary

Methods
public DynamicProto.DynamicFloatgetInputLhs()

 The left hand side of the comparison operation.

public DynamicProto.DynamicFloatgetInputRhs()

 The right hand side of the comparison operation.

public DynamicProto.ComparisonOpTypegetOperationType()

 The type of the operation.

public intgetOperationTypeValue()

 The type of the operation.

public booleanhasInputLhs()

 The left hand side of the comparison operation.

public booleanhasInputRhs()

 The right hand side of the comparison operation.

Methods

public boolean hasInputLhs()

 The left hand side of the comparison operation.
 
.androidx.wear.protolayout.expression.proto.DynamicFloat input_lhs = 1;

Returns:

Whether the inputLhs field is set.

public DynamicProto.DynamicFloat getInputLhs()

 The left hand side of the comparison operation.
 
.androidx.wear.protolayout.expression.proto.DynamicFloat input_lhs = 1;

Returns:

The inputLhs.

public boolean hasInputRhs()

 The right hand side of the comparison operation.
 
.androidx.wear.protolayout.expression.proto.DynamicFloat input_rhs = 2;

Returns:

Whether the inputRhs field is set.

public DynamicProto.DynamicFloat getInputRhs()

 The right hand side of the comparison operation.
 
.androidx.wear.protolayout.expression.proto.DynamicFloat input_rhs = 2;

Returns:

The inputRhs.

public int getOperationTypeValue()

 The type of the operation.
 
.androidx.wear.protolayout.expression.proto.ComparisonOpType operation_type = 3;

Returns:

The enum numeric value on the wire for operationType.

public DynamicProto.ComparisonOpType getOperationType()

 The type of the operation.
 
.androidx.wear.protolayout.expression.proto.ComparisonOpType operation_type = 3;

Returns:

The operationType.