public final class

FixedProto.FixedFloat.Builder

extends <any>

implements FixedProto.FixedFloatOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.expression.proto.FixedProto.FixedFloat.Builder

Overview

 A fixed float type.
 
Protobuf type androidx.wear.protolayout.expression.proto.FixedFloat

Summary

Methods
public FixedProto.FixedFloat.BuilderclearValue()

 The value.

public floatgetValue()

 The value.

public FixedProto.FixedFloat.BuildersetValue(float value)

 The value.

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

Methods

public float getValue()

 The value. Note that a NAN value is considered invalid and any expression
 with this node will have an invalid value.
 
float value = 1;

Returns:

The value.

public FixedProto.FixedFloat.Builder setValue(float value)

 The value. Note that a NAN value is considered invalid and any expression
 with this node will have an invalid value.
 
float value = 1;

Parameters:

value: The value to set.

Returns:

This builder for chaining.

public FixedProto.FixedFloat.Builder clearValue()

 The value. Note that a NAN value is considered invalid and any expression
 with this node will have an invalid value.
 
float value = 1;

Returns:

This builder for chaining.