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