public final class

LayoutElementProto.FontWeightProp.Builder

extends <any>

implements LayoutElementProto.FontWeightPropOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.LayoutElementProto.FontWeightProp.Builder

Overview

 An extensible FontWeight property.
 
Protobuf type androidx.wear.protolayout.proto.FontWeightProp

Summary

Methods
public LayoutElementProto.FontWeightProp.BuilderclearValue()

 The value.

public LayoutElementProto.FontWeightgetValue()

 The value.

public intgetValueValue()

 The value.

public LayoutElementProto.FontWeightProp.BuildersetValue(LayoutElementProto.FontWeight value)

 The value.

public LayoutElementProto.FontWeightProp.BuildersetValueValue(int value)

 The value.

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

Methods

public int getValueValue()

 The value.
 
.androidx.wear.protolayout.proto.FontWeight value = 1;

Returns:

The enum numeric value on the wire for value.

public LayoutElementProto.FontWeightProp.Builder setValueValue(int value)

 The value.
 
.androidx.wear.protolayout.proto.FontWeight value = 1;

Parameters:

value: The value to set.

Returns:

This builder for chaining.

 The value.
 
.androidx.wear.protolayout.proto.FontWeight value = 1;

Returns:

The value.

 The value.
 
.androidx.wear.protolayout.proto.FontWeight value = 1;

Parameters:

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

Returns:

This builder for chaining.

 The value.
 
.androidx.wear.protolayout.proto.FontWeight value = 1;

Returns:

This builder for chaining.