Errai 3.0.1-SNAPSHOT

org.jboss.errai.marshalling.server.json.impl
Class ErraiJSONNumber

java.lang.Object
  extended by org.jboss.errai.marshalling.server.json.impl.ErraiJSONNumber
All Implemented Interfaces:
EJNumber

public class ErraiJSONNumber
extends Object
implements EJNumber

Author:
Mike Brock

Constructor Summary
ErraiJSONNumber(Number 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

ErraiJSONNumber

public ErraiJSONNumber(Number 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.