Package | Description |
---|---|
org.apache.jdo.impl.model.java |
This package contains classes that are for use across all kinds of
JavaModel implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
MutableValueClassType
A MutableValueClassType instance represents a mutable class whoses
values may be treated as values rather than refernces during
storing.
|
class |
WrapperClassType
A WrapperClassType instance represents a Java wrapper class type.
|
Modifier and Type | Field and Description |
---|---|
static ValueClassType |
PredefinedType.bigDecimalType
The JavaType instance for the class java.math.BigDecimal.
|
static ValueClassType |
PredefinedType.bigIntegerType
The JavaType instance for the class java.math.BigInteger.
|
static ValueClassType |
PredefinedType.localeType
The JavaType instance for the class java.lang.Locale.
|
static ValueClassType |
PredefinedType.numberType
The JavaType instance for the class java.lang.Numer.
|
static ValueClassType |
PredefinedType.stringType
The JavaType instance for the class java.lang.String.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.