public class LessConverter extends AbstractJepConversionFunction<Node>
Restriction
.Constructor and Description |
---|
LessConverter() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get a short description of the function or operator
|
String |
getName()
Get the name of the function or the symbol of the operator
|
boolean |
isOperator()
If this converter is a built-in operator.
|
Restriction |
toRestriction(Node node)
Convert to restriction by calling
Restrictions.lt(net.sf.basedb.core.query.Expression, net.sf.basedb.core.query.Expression) . |
isFunction, toExpression
public boolean isOperator()
JepConversionFunction
isOperator
in interface JepConversionFunction<Node>
isOperator
in class AbstractJepConversionFunction<Node>
public String getName()
JepConversionFunction
getName
in interface JepConversionFunction<Node>
getName
in class AbstractJepConversionFunction<Node>
public String getDescription()
JepConversionFunction
getDescription
in interface JepConversionFunction<Node>
getDescription
in class AbstractJepConversionFunction<Node>
public Restriction toRestriction(Node node)
Restrictions.lt(net.sf.basedb.core.query.Expression, net.sf.basedb.core.query.Expression)
.toRestriction
in interface JepConversionFunction<Node>
toRestriction
in class AbstractJepConversionFunction<Node>
node
- The object to convert