helper
Class Helper

java.lang.Object
  extended by helper.Helper

public class Helper
extends java.lang.Object


Constructor Summary
Helper()
           
 
Method Summary
static boolean isNumber(java.lang.String string)
          returns true if the string supplied can be parse to a number else false
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Helper

public Helper()
Method Detail

isNumber

public static boolean isNumber(java.lang.String string)
returns true if the string supplied can be parse to a number else false

Parameters:
string -
Returns: