Package | Description |
---|---|
org.jboss.metatype.api.types | |
org.jboss.metatype.api.values | |
org.jboss.metatype.plugins.values |
Modifier and Type | Field and Description |
---|---|
static SimpleMetaType |
SimpleMetaType.BIGDECIMAL
The simple type for java.math.BigDecimal
|
static SimpleMetaType |
SimpleMetaType.BIGINTEGER
The simple type for java.math.BigInteger
|
static SimpleMetaType |
SimpleMetaType.BOOLEAN
The simple type for java.lang.Boolean
|
static SimpleMetaType |
SimpleMetaType.BOOLEAN_PRIMITIVE |
static SimpleMetaType |
SimpleMetaType.BYTE
The simple type for java.lang.Byte
|
static SimpleMetaType |
SimpleMetaType.BYTE_PRIMITIVE |
static SimpleMetaType |
SimpleMetaType.CHARACTER
The simple type for java.lang.Character
|
static SimpleMetaType |
SimpleMetaType.CHARACTER_PRIMITIVE |
static SimpleMetaType |
SimpleMetaType.DATE
The simple type for java.lang.Date
|
static SimpleMetaType |
SimpleMetaType.DOUBLE
The simple type for java.lang.Double
|
static SimpleMetaType |
SimpleMetaType.DOUBLE_PRIMITIVE |
static SimpleMetaType |
SimpleMetaType.FLOAT
The simple type for java.lang.Float
|
static SimpleMetaType |
SimpleMetaType.FLOAT_PRIMITIVE |
static SimpleMetaType |
SimpleMetaType.INTEGER
The simple type for java.lang.Integer
|
static SimpleMetaType |
SimpleMetaType.INTEGER_PRIMITIVE |
static SimpleMetaType |
SimpleMetaType.LONG
The simple type for java.lang.Long
|
static SimpleMetaType |
SimpleMetaType.LONG_PRIMITIVE |
static SimpleMetaType |
SimpleMetaType.NAMEDOBJECT
The simple type for an object name
|
static SimpleMetaType |
SimpleMetaType.SHORT
The simple type for java.lang.Short
|
static SimpleMetaType |
SimpleMetaType.SHORT_PRIMITIVE |
static SimpleMetaType |
SimpleMetaType.STRING
The simple type for java.lang.String
|
static SimpleMetaType |
SimpleMetaType.VOID
The simple type for java.lang.Void
|
Modifier and Type | Method and Description |
---|---|
static SimpleMetaType |
ArrayMetaType.getPrimitiveMetaType(String primitiveTypeName)
Get primitive meta type.
|
static SimpleMetaType |
SimpleMetaType.isSimpleType(String className)
Return the simple type if the class name is a simple type
otherwise null.
|
static SimpleMetaType |
SimpleMetaType.resolve(String className)
Resolve a simple type
|
Constructor and Description |
---|
ArrayMetaType(SimpleMetaType elementType,
boolean primitiveArray)
Construct an ArrayMetaType.
|
Modifier and Type | Method and Description |
---|---|
SimpleMetaType |
SimpleValueSupport.getMetaType() |
SimpleMetaType |
SimpleValue.getMetaType() |
Constructor and Description |
---|
SimpleValueSupport(SimpleMetaType metaType,
Serializable value)
Create a new SimpleValueSupport.
|
Modifier and Type | Method and Description |
---|---|
static SimpleValue |
DefaultMetaValueFactory.createSimpleValue(SimpleMetaType type,
Serializable value)
Create a simple value
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.