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()
Condition
The QueryParameter
restricted by this condition.
getParameter
in interface Condition
public Comparable getX()
public Comparable getY()
Copyright © 2014. All rights reserved.