|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleMetaType | |
---|---|
org.jboss.metatype.api.types | |
org.jboss.metatype.api.values | |
org.jboss.metatype.plugins.values |
Uses of SimpleMetaType in org.jboss.metatype.api.types |
---|
Fields in org.jboss.metatype.api.types declared as SimpleMetaType | |
---|---|
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 |
Methods in org.jboss.metatype.api.types that return SimpleMetaType | |
---|---|
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 |
Constructors in org.jboss.metatype.api.types with parameters of type SimpleMetaType | |
---|---|
ArrayMetaType(SimpleMetaType elementType,
boolean primitiveArray)
Construct an ArrayMetaType. |
Uses of SimpleMetaType in org.jboss.metatype.api.values |
---|
Methods in org.jboss.metatype.api.values that return SimpleMetaType | |
---|---|
SimpleMetaType |
SimpleValueSupport.getMetaType()
|
SimpleMetaType |
SimpleValue.getMetaType()
|
Constructors in org.jboss.metatype.api.values with parameters of type SimpleMetaType | |
---|---|
SimpleValueSupport(SimpleMetaType metaType,
Serializable value)
Create a new SimpleValueSupport. |
Uses of SimpleMetaType in org.jboss.metatype.plugins.values |
---|
Methods in org.jboss.metatype.plugins.values with parameters of type SimpleMetaType | |
---|---|
static SimpleValue |
DefaultMetaValueFactory.createSimpleValue(SimpleMetaType type,
Serializable value)
Create a simple value |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |