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()
Condition
The QueryParameter
restricted by this condition.
getParameter
in interface Condition
public Comparable getValue()
public boolean isOrEqual()
Copyright © 2018 JBoss by Red Hat. All rights reserved.