public interface

DynamicProto.ArithmeticInt32OpOrBuilder

 androidx.wear.protolayout.expression.proto.DynamicProto.ArithmeticInt32OpOrBuilder

Subclasses:

DynamicProto.ArithmeticInt32Op, DynamicProto.ArithmeticInt32Op.Builder

Summary

Methods
public DynamicProto.DynamicInt32getInputLhs()

 Left hand side of the arithmetic operation.

public DynamicProto.DynamicInt32getInputRhs()

 Right hand side of the arithmetic operation.

public DynamicProto.ArithmeticOpTypegetOperationType()

 The type of operation to carry out.

public intgetOperationTypeValue()

 The type of operation to carry out.

public booleanhasInputLhs()

 Left hand side of the arithmetic operation.

public booleanhasInputRhs()

 Right hand side of the arithmetic operation.

Methods

public boolean hasInputLhs()

 Left hand side of the arithmetic operation.
 
.androidx.wear.protolayout.expression.proto.DynamicInt32 input_lhs = 1;

Returns:

Whether the inputLhs field is set.

public DynamicProto.DynamicInt32 getInputLhs()

 Left hand side of the arithmetic operation.
 
.androidx.wear.protolayout.expression.proto.DynamicInt32 input_lhs = 1;

Returns:

The inputLhs.

public boolean hasInputRhs()

 Right hand side of the arithmetic operation.
 
.androidx.wear.protolayout.expression.proto.DynamicInt32 input_rhs = 2;

Returns:

Whether the inputRhs field is set.

public DynamicProto.DynamicInt32 getInputRhs()

 Right hand side of the arithmetic operation.
 
.androidx.wear.protolayout.expression.proto.DynamicInt32 input_rhs = 2;

Returns:

The inputRhs.

public int getOperationTypeValue()

 The type of operation to carry out.
 
.androidx.wear.protolayout.expression.proto.ArithmeticOpType operation_type = 3;

Returns:

The enum numeric value on the wire for operationType.

public DynamicProto.ArithmeticOpType getOperationType()

 The type of operation to carry out.
 
.androidx.wear.protolayout.expression.proto.ArithmeticOpType operation_type = 3;

Returns:

The operationType.