Interface IntervalOrBuilder (0.37.0)

public interface IntervalOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExclusiveMaximum()

public abstract double getExclusiveMaximum()

Exclusive upper bound.

double exclusive_maximum = 4;

Returns
TypeDescription
double

The exclusiveMaximum.

getExclusiveMinimum()

public abstract double getExclusiveMinimum()

Exclusive lower bound.

double exclusive_minimum = 2;

Returns
TypeDescription
double

The exclusiveMinimum.

getMaxCase()

public abstract Interval.MaxCase getMaxCase()
Returns
TypeDescription
Interval.MaxCase

getMaximum()

public abstract double getMaximum()

Inclusive upper bound.

double maximum = 3;

Returns
TypeDescription
double

The maximum.

getMinCase()

public abstract Interval.MinCase getMinCase()
Returns
TypeDescription
Interval.MinCase

getMinimum()

public abstract double getMinimum()

Inclusive lower bound.

double minimum = 1;

Returns
TypeDescription
double

The minimum.

hasExclusiveMaximum()

public abstract boolean hasExclusiveMaximum()

Exclusive upper bound.

double exclusive_maximum = 4;

Returns
TypeDescription
boolean

Whether the exclusiveMaximum field is set.

hasExclusiveMinimum()

public abstract boolean hasExclusiveMinimum()

Exclusive lower bound.

double exclusive_minimum = 2;

Returns
TypeDescription
boolean

Whether the exclusiveMinimum field is set.

hasMaximum()

public abstract boolean hasMaximum()

Inclusive upper bound.

double maximum = 3;

Returns
TypeDescription
boolean

Whether the maximum field is set.

hasMinimum()

public abstract boolean hasMinimum()

Inclusive lower bound.

double minimum = 1;

Returns
TypeDescription
boolean

Whether the minimum field is set.