utils
Class DataUtils

java.lang.Object
  extended by utils.DataUtils

public final class DataUtils
extends java.lang.Object

Version:
1.0
Author:
Oscar Flores

Constructor Summary
DataUtils()
           
 
Method Summary
static boolean isNumber(java.lang.String s)
          Returns if the given String is composed only by numbers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataUtils

public DataUtils()
Method Detail

isNumber

public static boolean isNumber(java.lang.String s)
Returns if the given String is composed only by numbers

Parameters:
s - String to be checked
Returns:
true if string is formed only by numbers, else if not