public final class

DynamicProto.ComparisonFloatOp.Builder

extends <any>

implements DynamicProto.ComparisonFloatOpOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.expression.proto.DynamicProto.ComparisonFloatOp.Builder

Overview

 A comparison operation, operating on two Float instances. This implements
 various comparison operations of the form "boolean result = LHS <op> RHS",
 where the available operation types are described in ComparisonOpType.
 
Protobuf type androidx.wear.protolayout.expression.proto.ComparisonFloatOp

Summary

Methods
public DynamicProto.ComparisonFloatOp.BuilderclearInputLhs()

 The left hand side of the comparison operation.

public DynamicProto.ComparisonFloatOp.BuilderclearInputRhs()

 The right hand side of the comparison operation.

public DynamicProto.ComparisonFloatOp.BuilderclearOperationType()

 The type of the operation.

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.

public DynamicProto.ComparisonFloatOp.BuildermergeInputLhs(DynamicProto.DynamicFloat value)

 The left hand side of the comparison operation.

public DynamicProto.ComparisonFloatOp.BuildermergeInputRhs(DynamicProto.DynamicFloat value)

 The right hand side of the comparison operation.

public DynamicProto.ComparisonFloatOp.BuildersetInputLhs(DynamicProto.DynamicFloat.Builder builderForValue)

 The left hand side of the comparison operation.

public DynamicProto.ComparisonFloatOp.BuildersetInputLhs(DynamicProto.DynamicFloat value)

 The left hand side of the comparison operation.

public DynamicProto.ComparisonFloatOp.BuildersetInputRhs(DynamicProto.DynamicFloat.Builder builderForValue)

 The right hand side of the comparison operation.

public DynamicProto.ComparisonFloatOp.BuildersetInputRhs(DynamicProto.DynamicFloat value)

 The right hand side of the comparison operation.

public DynamicProto.ComparisonFloatOp.BuildersetOperationType(DynamicProto.ComparisonOpType value)

 The type of the operation.

public DynamicProto.ComparisonFloatOp.BuildersetOperationTypeValue(int value)

 The type of the operation.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public boolean hasInputLhs()

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

public DynamicProto.DynamicFloat getInputLhs()

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

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

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

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

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

public boolean hasInputRhs()

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

public DynamicProto.DynamicFloat getInputRhs()

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

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

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

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

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

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.ComparisonFloatOp.Builder setOperationTypeValue(int value)

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

Parameters:

value: The operationType to set.

Returns:

This builder for chaining.

public DynamicProto.ComparisonOpType getOperationType()

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

Returns:

The operationType.

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

Parameters:

value: The enum numeric value on the wire for operationType to set.

Returns:

This builder for chaining.

public DynamicProto.ComparisonFloatOp.Builder clearOperationType()

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

Returns:

This builder for chaining.