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

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

Uses of PrimitiveInfo in org.jboss.reflect.spi
 

Subclasses of PrimitiveInfo in org.jboss.reflect.spi
 class NumberInfo
          Number info
 

Fields in org.jboss.reflect.spi declared as PrimitiveInfo
static PrimitiveInfo PrimitiveInfo.BOOLEAN
          The boolean info
static PrimitiveInfo PrimitiveInfo.BYTE
          The byte info
static PrimitiveInfo PrimitiveInfo.CHAR
          The char info
static PrimitiveInfo PrimitiveInfo.DOUBLE
          The double info
static PrimitiveInfo PrimitiveInfo.FLOAT
          The float info
static PrimitiveInfo PrimitiveInfo.INT
          The int info
static PrimitiveInfo PrimitiveInfo.LONG
          The long info
static PrimitiveInfo PrimitiveInfo.SHORT
          The short info
protected  PrimitiveInfo PrimitiveValue.type
          The type
static PrimitiveInfo PrimitiveInfo.VOID
          The void info
 

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

Constructors in org.jboss.reflect.spi with parameters of type PrimitiveInfo
PrimitiveValue(String value, PrimitiveInfo type)
          Create a primitive value
 



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