Errai 3.0.1-SNAPSHOT

org.jboss.errai.marshalling.client.api.json.impl.gwt
Class GWTJSONNumber

java.lang.Object
  extended by org.jboss.errai.marshalling.client.api.json.impl.gwt.GWTJSONNumber
All Implemented Interfaces:
EJNumber

public class GWTJSONNumber
extends Object
implements EJNumber

Author:
Mike Brock

Constructor Summary
GWTJSONNumber(com.google.gwt.json.client.JSONNumber number)
           
 
Method Summary
 byte byteValue()
           
 double doubleValue()
           
 float floatValue()
           
 int intValue()
           
 short shortValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GWTJSONNumber

public GWTJSONNumber(com.google.gwt.json.client.JSONNumber number)
Method Detail

doubleValue

public double doubleValue()
Specified by:
doubleValue in interface EJNumber

intValue

public int intValue()
Specified by:
intValue in interface EJNumber

shortValue

public short shortValue()
Specified by:
shortValue in interface EJNumber

byteValue

public byte byteValue()
Specified by:
byteValue in interface EJNumber

floatValue

public float floatValue()
Specified by:
floatValue in interface EJNumber

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.