| Constructor and Description |
|---|
LessThanCondition(QueryParameter parameter,
Comparable value,
boolean orEqual) |
| Modifier and Type | Method and Description |
|---|---|
QueryParameter |
getParameter()
The
QueryParameter restricted by this condition. |
Comparable |
getValue() |
boolean |
isOrEqual() |
public LessThanCondition(QueryParameter parameter, Comparable value, boolean orEqual)
public QueryParameter getParameter()
ConditionThe QueryParameter restricted by this condition.
getParameter in interface Conditionpublic Comparable getValue()
public boolean isOrEqual()
Copyright © 2018 JBoss by Red Hat. All rights reserved.