2.17.2: 2011-06-17

net.sf.basedb.util.jep.convert
Class IntegerConverter

java.lang.Object
  extended by net.sf.basedb.util.jep.convert.AbstractJepConversionFunction<Integer>
      extended by net.sf.basedb.util.jep.convert.IntegerConverter
All Implemented Interfaces:
JepConversionFunction<Integer>

public class IntegerConverter
extends AbstractJepConversionFunction<Integer>

Convert an Integer constant to a Query API Expression.

Version:
2.4
Author:
nicklas
Last modified
$Date: 2008-09-11 22:08:14 +0200 (Thu, 11 Sep 2008) $

Constructor Summary
IntegerConverter()
           
 
Method Summary
 Expression toExpression(Integer i)
          Convert to expression by calling Expressions.integer(int).
 
Methods inherited from class net.sf.basedb.util.jep.convert.AbstractJepConversionFunction
getDescription, getName, isFunction, isOperator, toRestriction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerConverter

public IntegerConverter()
Method Detail

toExpression

public Expression toExpression(Integer i)
Convert to expression by calling Expressions.integer(int).

Specified by:
toExpression in interface JepConversionFunction<Integer>
Overrides:
toExpression in class AbstractJepConversionFunction<Integer>
Parameters:
i - The object to convert
Returns:
An expression or null

2.17.2: 2011-06-17