Uses of Class
org.jboss.reflect.spi.NumberInfo

Packages that use NumberInfo
org.jboss.reflect.spi Extended Reflection API. 
 

Uses of NumberInfo in org.jboss.reflect.spi
 

Fields in org.jboss.reflect.spi declared as NumberInfo
static NumberInfo NumberInfo.ATOMIC_INT
          The atomic int info
static NumberInfo NumberInfo.ATOMIC_LONG
          The atomic long info
static NumberInfo NumberInfo.BYTE_OBJECT
          The byte info
static NumberInfo NumberInfo.DOUBLE_OBJECT
          The double info
static NumberInfo NumberInfo.FLOAT_OBJECT
          The float info
static NumberInfo NumberInfo.INT_OBJECT
          The int info
static NumberInfo NumberInfo.LONG_OBJECT
          The long info
static NumberInfo NumberInfo.SHORT_OBJECT
          The short info
 

Methods in org.jboss.reflect.spi that return NumberInfo
static NumberInfo NumberInfo.valueOf(String name)
          Get the primitive info for a type
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.