com.sybase.afx.json
Class NumberValue

java.lang.Object
  extended by com.sybase.afx.json.NumberValue

public final class NumberValue
extends java.lang.Object


Constructor Summary
NumberValue(java.lang.String value)
           
 
Method Summary
 byte byteValue()
           
 double doubleValue()
           
 float floatValue()
           
 int intValue()
           
 long longValue()
           
 short shortValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NumberValue

public NumberValue(java.lang.String value)
Method Detail

byteValue

public byte byteValue()

shortValue

public short shortValue()

intValue

public int intValue()

longValue

public long longValue()

floatValue

public float floatValue()

doubleValue

public double doubleValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object