Errai 3.0.1-SNAPSHOT

org.jboss.errai.marshalling.client.api.json
Interface EJNumber

All Known Implementing Classes:
ErraiJSONNumber, GWTJSONNumber

public interface EJNumber

Author:
Mike Brock

Method Summary
 byte byteValue()
           
 double doubleValue()
           
 float floatValue()
           
 int intValue()
           
 short shortValue()
           
 

Method Detail

doubleValue

double doubleValue()

intValue

int intValue()

shortValue

short shortValue()

byteValue

byte byteValue()

floatValue

float floatValue()

Errai 3.0.1-SNAPSHOT

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