| Constructor and Description |
|---|
BetweenCondition(QueryParameter parameter,
Comparable x,
Comparable y) |
| Modifier and Type | Method and Description |
|---|---|
QueryParameter |
getParameter()
The
QueryParameter restricted by this condition. |
Comparable |
getX() |
Comparable |
getY() |
public BetweenCondition(QueryParameter parameter, Comparable x, Comparable y)
public QueryParameter getParameter()
ConditionThe QueryParameter restricted by this condition.
getParameter in interface Conditionpublic Comparable getX()
public Comparable getY()
Copyright © 2015. All rights reserved.