|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@XmlElement(value="PropertyIsBetween") public interface PropertyIsBetween
A compact way of encoding a range check.
The lower and upper boundary values are inclusive.
Field Summary |
---|
Fields inherited from interface Filter |
---|
EXCLUDE, INCLUDE |
Method Summary | |
---|---|
Expression |
getExpression()
Returns the expression to be compared by this operator. |
Expression |
getLowerBoundary()
Returns the lower bounds (inclusive) an an expression. |
Expression |
getUpperBoundary()
Returns the upper bounds (inclusive) as an expression. |
Methods inherited from interface Filter |
---|
accept, evaluate |
Method Detail |
---|
@XmlElement(value="expression") Expression getExpression()
@XmlElement(value="LowerBoundary") Expression getLowerBoundary()
@XmlElement(value="UpperBoundary") Expression getUpperBoundary()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |