public interface

DynamicProto.ComparisonInt32OpOrBuilder

 androidx.wear.protolayout.expression.proto.DynamicProto.ComparisonInt32OpOrBuilder

Subclasses:

DynamicProto.ComparisonInt32Op, DynamicProto.ComparisonInt32Op.Builder

Summary

Methods
public DynamicProto.DynamicInt32getInputLhs()

 The left hand side of the comparison operation.

public DynamicProto.DynamicInt32getInputRhs()

 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.DynamicInt32 input_lhs = 1;

Returns:

Whether the inputLhs field is set.

public DynamicProto.DynamicInt32 getInputLhs()

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

Returns:

The inputLhs.

public boolean hasInputRhs()

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

Returns:

Whether the inputRhs field is set.

public DynamicProto.DynamicInt32 getInputRhs()

 The right hand side of the comparison operation.
 
.androidx.wear.protolayout.expression.proto.DynamicInt32 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.