public interface RangeConstraint extends Constraint
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLowerBound()
Get the lower bound of the range.
|
java.lang.String |
getUpperBound()
Get the upper bound of the range.
|
boolean |
isLowerBoundInclusive()
Determine whether or not the lower bound of this range is inclusive, i.e. whether or not the
lower bound value is included in the range.
|
boolean |
isUpperBoundInclusive()
Determine whether or not the upper bound of this range is inclusive, i.e. whether or not the
upper bound value is included in the range.
|
static final java.lang.String COPYRIGHT
java.lang.String getLowerBound()
Float.valueOf()
method. Returns null if there is no lower bound.String
. Returns null if there is no lower bound.boolean isLowerBoundInclusive()
java.lang.String getUpperBound()
Float.valueOf()
method. Returns null if there is no upper bound.String
. Returns null if there is no upper bound.boolean isUpperBoundInclusive()