org.jboss.errai.marshalling.client.api.json.impl.gwt
Class GWTJSONNumber
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GWTJSONNumber
public GWTJSONNumber(com.google.gwt.json.client.JSONNumber number)
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
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.