public interface FloatRangeOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |