public interface Between extends Constraint
Modifier and Type | Method and Description |
---|---|
StaticOperand |
getLowerBound()
Get the lower bound operand.
|
DynamicOperand |
getOperand()
Get the dynamic operand specification.
|
StaticOperand |
getUpperBound()
Get the upper bound operand.
|
boolean |
isLowerBoundIncluded()
Return whether the lower bound is to be included in the results.
|
boolean |
isUpperBoundIncluded()
Return whether the upper bound is to be included in the results.
|
DynamicOperand getOperand()
StaticOperand getLowerBound()
StaticOperand getUpperBound()
boolean isLowerBoundIncluded()
lower bound
is to be included, or false otherwiseboolean isUpperBoundIncluded()
upper bound
is to be included, or false otherwiseCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.