es.prodevelop.gvsig.mobile.fmap.util
Class NumberUtilities

java.lang.Object
  extended byes.prodevelop.gvsig.mobile.fmap.util.NumberUtilities

public class NumberUtilities
extends java.lang.Object

Utility class with numeric utilities.

Author:
jldominguez
See Also:
Types

Constructor Summary
NumberUtilities()
           
 
Method Summary
static boolean isNumeric(int sqlType)
           
static boolean isNumericInteger(int sqlType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberUtilities

public NumberUtilities()
Method Detail

isNumeric

public static boolean isNumeric(int sqlType)
Parameters:
sqlType - a certain sql type
Returns:
whether it is a numeric type

isNumericInteger

public static boolean isNumericInteger(int sqlType)
Parameters:
sqlType - a certain sql type
Returns:
whether it is a integer type