Interface FloatRangeOrBuilder (0.2.0)

public interface FloatRangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnd()

public abstract float getEnd()

End of the float range.

optional float end = 2;

Returns
Type Description
float

The end.

getStart()

public abstract float getStart()

Start of the float range.

optional float start = 1;

Returns
Type Description
float

The start.

hasEnd()

public abstract boolean hasEnd()

End of the float range.

optional float end = 2;

Returns
Type Description
boolean

Whether the end field is set.

hasStart()

public abstract boolean hasStart()

Start of the float range.

optional float start = 1;

Returns
Type Description
boolean

Whether the start field is set.