public interface IntervalOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExclusiveMaximum()
public abstract double getExclusiveMaximum()Exclusive upper bound.
double exclusive_maximum = 4;
| Type | Description |
| double | The exclusiveMaximum. |
getExclusiveMinimum()
public abstract double getExclusiveMinimum()Exclusive lower bound.
double exclusive_minimum = 2;
| Type | Description |
| double | The exclusiveMinimum. |
getMaxCase()
public abstract Interval.MaxCase getMaxCase()| Type | Description |
| Interval.MaxCase |
getMaximum()
public abstract double getMaximum()Inclusive upper bound.
double maximum = 3;
| Type | Description |
| double | The maximum. |
getMinCase()
public abstract Interval.MinCase getMinCase()| Type | Description |
| Interval.MinCase |
getMinimum()
public abstract double getMinimum()Inclusive lower bound.
double minimum = 1;
| Type | Description |
| double | The minimum. |
hasExclusiveMaximum()
public abstract boolean hasExclusiveMaximum()Exclusive upper bound.
double exclusive_maximum = 4;
| Type | Description |
| boolean | Whether the exclusiveMaximum field is set. |
hasExclusiveMinimum()
public abstract boolean hasExclusiveMinimum()Exclusive lower bound.
double exclusive_minimum = 2;
| Type | Description |
| boolean | Whether the exclusiveMinimum field is set. |
hasMaximum()
public abstract boolean hasMaximum()Inclusive upper bound.
double maximum = 3;
| Type | Description |
| boolean | Whether the maximum field is set. |
hasMinimum()
public abstract boolean hasMinimum()Inclusive lower bound.
double minimum = 1;
| Type | Description |
| boolean | Whether the minimum field is set. |