public interface

DynamicProto.LogicalBoolOpOrBuilder

 androidx.wear.protolayout.expression.proto.DynamicProto.LogicalBoolOpOrBuilder

Subclasses:

DynamicProto.LogicalBoolOp, DynamicProto.LogicalBoolOp.Builder

Summary

Methods
public DynamicProto.DynamicBoolgetInputLhs()

 The left hand side of the logical operation.

public DynamicProto.DynamicBoolgetInputRhs()

 The right hand side of the logical operation.

public DynamicProto.LogicalOpTypegetOperationType()

 The operation type to apply to LHS/RHS.

public intgetOperationTypeValue()

 The operation type to apply to LHS/RHS.

public booleanhasInputLhs()

 The left hand side of the logical operation.

public booleanhasInputRhs()

 The right hand side of the logical operation.

Methods

public boolean hasInputLhs()

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

Returns:

Whether the inputLhs field is set.

public DynamicProto.DynamicBool getInputLhs()

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

Returns:

The inputLhs.

public boolean hasInputRhs()

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

Returns:

Whether the inputRhs field is set.

public DynamicProto.DynamicBool getInputRhs()

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

Returns:

The inputRhs.

public int getOperationTypeValue()

 The operation type to apply to LHS/RHS.
 
.androidx.wear.protolayout.expression.proto.LogicalOpType operation_type = 3;

Returns:

The enum numeric value on the wire for operationType.

public DynamicProto.LogicalOpType getOperationType()

 The operation type to apply to LHS/RHS.
 
.androidx.wear.protolayout.expression.proto.LogicalOpType operation_type = 3;

Returns:

The operationType.