|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Between
A constraint that evaluates to true when the value defined by the dynamic operand evaluates to be within the specified range.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 otherwise
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |