|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrimitiveInfo | |
org.jboss.reflect.spi | Extended Reflection API. |
Uses of PrimitiveInfo in org.jboss.reflect.spi |
Fields in org.jboss.reflect.spi declared as PrimitiveInfo | |
protected PrimitiveInfo |
PrimitiveValue.type
The type |
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 |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |