Package | Description |
---|---|
org.jboss.reflect.spi |
Extended Reflection API.
|
Modifier and Type | Class and Description |
---|---|
class |
NumberInfo
Number info
|
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static PrimitiveInfo |
PrimitiveInfo.valueOf(String name)
Get the primitive info for a type
|
Constructor and Description |
---|
PrimitiveValue(String value,
PrimitiveInfo type)
Create a primitive value
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.